AnnotationUIRotate Method |
Rotates the annotation by the specified number of degrees.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Rotate(
float degrees
)
Public Sub Rotate (
degrees As Single
)
Parameters
- degrees
- Type: SystemSingle
The number of degrees to rotate the annotation.
Remarks This degrees parameter is added the the Rotate value of the annotation in order to determine the
full rotation of the annotation.
See Also