AnnotationGripAction Enumeration |
Specifies the action that will be taken by the AnnotationController when a grip is dragged
with the mouse.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum AnnotationGripAction
Public Enumeration AnnotationGripAction
Members
| Member name | Description |
---|
| Resizing | The grip is used to resize the annotation. |
| Moving | The grip is used to move the annotation. |
| Rotating | The grip is used for rotating the annotation. |
| Indepenent | Obsolete.
The grip is used for custom movement determined by the annotation.
|
| Independent | The grip is used for custom movement determined by the annotation. |
See Also