Rotates to new point.
[Visual Basic 6.0] Sub RotateMoveTo(
ByVal pPoint As IPoint _
)
[Visual Basic .NET] Public Sub RotateMoveTo ( _ ByVal pPoint As IPoint _ )
[C#] public void RotateMoveTo ( IPoint pPoint );
[Java] public void rotateMoveTo ( IPoint pPoint ) throws IOException, AutomationException
[C++] HRESULT RotateMoveTo( IPoint* pPoint );
RotateMoveTo rotates the display based on the calculated angle between the start point supplied to RotateStart and the destination point provided to this method. Next call RotateTimer to show the rotation degree readout and repaint the display from cache.
The typical sequence for using the rotate methods is as follows:
See TrackRotate for an alternative rotating approach.
IScreenDisplay Interface | IScreenDisplay.RotateStop Method | IDisplayTransformation.Rotation Property | IScreenDisplay.RotateStart Method | IScreenDisplay.RotateTimer Method | IScreenDisplay.RotateMoveTo Method