WpfAnnotationUIRotate Method |
This method will append a rotation to the annotation's current rotation.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Rotate(
double degrees
)
Public Sub Rotate (
degrees As Double
)
Parameters
- degrees
- Type: SystemDouble
The amount of rotation to append.
Remarks To set the annotation to a specific rotation, set the Rotation property.
See Also