This document is archived and information here might be outdated. Recommended version. |
Moves from the current edge to the adjacent edge closest to newLocation. Used only when MoveTo returns false.
[Visual Basic .NET] Public Sub FinishMoveTo ( _ ByVal newLocation As IPoint _ )
[C#] public void FinishMoveTo ( IPoint newLocation );
[C++]
HRESULT FinishMoveTo(
IPoint* newLocation
);
[C++]
Parameters newLocation
newLocation is a parameter of type IPoint*