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.RotateTimer Method | IScreenDisplay.RotateMoveTo Method | IDisplayTransformation.Rotation Property | IScreenDisplay.RotateStart Method