This document is archived and information here might be outdated.  Recommended version.


IScreenDisplay.RotateTimer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplay.RotateTimer Method

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:

See TrackRotate for an alternative rotating approach.

See Also

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