ArcObjects Library Reference  (Display)    

IScreenDisplay.RotateMoveTo Method

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
);
[C++]

Parameters

pPoint [in]

  pPoint is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IScreenDisplay Interface | IScreenDisplay.RotateStop Method | IDisplayTransformation.Rotation Property | IScreenDisplay.RotateStart Method | IScreenDisplay.RotateTimer Method | IScreenDisplay.RotateMoveTo Method

 


Feedback Send feedback on this page