This document is archived and information here might be outdated. Recommended version. |
The rotation origin.
[Visual Basic .NET] Public Property Origin As IPoint
[C#] public IPoint Origin {get; set;}
[C++]
HRESULT get_Origin(
IPoint* Anchor
);
[C++]
HRESULT put_Origin(
IPoint** Anchor
);
[C++] Parameters Anchor [in]
Anchor is a parameter of type IPoint* Anchor [out, retval]
Anchor is a parameter of type IPoint**