Draws the rotated display. Call in response to WM_TIMER.
[Visual Basic 6.0]
Sub RotateTimer
[Visual Basic .NET]
Public Sub RotateTimer ( _
)
[C#] public void RotateTimer ( );
[Java] public void rotateTimer ( ) throws IOException, AutomationException
[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 | IDisplayTransformation.Rotation Property | IScreenDisplay.RotateStart Method | IScreenDisplay.RotateTimer Method | IScreenDisplay.RotateMoveTo Method