RectangleGrip Enumeration |
Specifies the position of the grip.
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 RectangleGrip
Public Enumeration RectangleGrip
Members
| Member name | Description |
---|
| TopLeft | The grip positioned at the top-left of the annotation. |
| TopCenter | The grip positioned at the top-center of the annotation. |
| TopRight | The grip positioned at the top-right of the annotation. |
| CenterLeft | The grip positioned at the center-left of the annotation. |
| CenterRight | The grip positioned at the center-right of the annotation. |
| BottomLeft | The grip positioned at the bottom-left of the annotation. |
| BottomCenter | The grip positioned at the bottom-center of the annotation. |
| BottomRight | The grip positioned at the bottom-right of the annotation. |
| Rotation | The grip positioned above the top-center of the annotation used for
rotating. |
See Also