Draws the rotated display. Call in response to WM_TIMER.
[Visual Basic .NET]
Public Sub RotateTimer ( _
)
[C#] public void RotateTimer ( );
[C++]
HRESULT RotateTimer(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
RotateTimer shows the rotation degree readout and repaints the display from cache.
The typical sequence for using the rotate methods is as follows:
- OnMouseDown - RotateStart
- OnMouseMove - RotateMoveTo
- OnMouseMove - RotateTimer
- OnMouseUp - RotateStop
See TrackRotate for an alternative rotating approach.
See Also
IScreenDisplay Interface | IScreenDisplay.RotateMoveTo Method | IScreenDisplay.RotateStart Method | IScreenDisplay.RotateTimer Method | IDisplayTransformation.Rotation Property | IScreenDisplay.RotateStop Method