This document is archived and information here might be outdated. Recommended version. |
Move the anchor.
[Visual Basic .NET] Public Sub MoveTo ( _ ByVal pPoint As IPoint, _ ByVal Display As IDisplay _ )
[C#] public void MoveTo ( IPoint pPoint, IDisplay Display );
[C++]
HRESULT MoveTo(
IPoint* pPoint,
IDisplay* Display
);
[C++] Parameters pPoint [in]
pPoint is a parameter of type IPoint* Display [in]
Display is a parameter of type IDisplay*