Rotation angle in degrees.
[Visual Basic 6.0] Property Rotation As Double
[Visual Basic .NET] Public Property Rotation As Double
[C#] public double Rotation {get; set;}
[Java] public Double getRotation() throws IOException, AutomationException
[Java] public void setRotation( Double Rotation ) throws IOException, AutomationException
[C++]
HRESULT get_Rotation(
double* degrees
);
[C++] HRESULT put_Rotation( double degrees);
Parameters
degrees [out, retval]
degrees is a parameter of type double
degrees [in]
degrees is a parameter of type double
This property controls the rotation of the display. The angle of the rotation is measured in degrees and the rotation occurs around the center of the FittedBounds.
TrackRotate automatically sets this property but if you are using RotateStart / RotateStop, you must do so yourself. RotateStop provides the final angle rotation that should be used with this property.
Setting a new rotation automatically fires the ITransformEvents::RotationUpdated event.
IDisplayTransformation Interface | IScreenDisplay.RotateStop Method | IDisplayTransformation.Rotation Property | IScreenDisplay.RotateStart Method | IScreenDisplay.RotateTimer Method | IScreenDisplay.RotateMoveTo Method