This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay Interface > IScreenDisplay.RotateTimer Method (ArcObjects .NET 10.4 SDK) |
Draws the rotated display. Call in response to WM_TIMER.
[Visual Basic .NET]
Public Sub RotateTimer ( _
)
[C#] public void RotateTimer ( );
[C++]
HRESULT RotateTimer(
void
);
RotateTimer shows the rotation degree readout and repaints 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 | IScreenDisplay.RotateStart Method | IScreenDisplay.RotateMoveTo Method | IDisplayTransformation.Rotation Property | IScreenDisplay.RotateTimer Method