AnnotationUIMirror Method |
Mirrors (flips) the annotation horizontally or vertically.
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 Mirror(
MirrorDirection direction,
bool maintainPosition
)
Public Sub Mirror (
direction As MirrorDirection,
maintainPosition As Boolean
)
Parameters
- direction
- Type: Atalasoft.AnnotateMirrorDirection
The direction to flip the annotation. - maintainPosition
- Type: SystemBoolean
Determines whether the mirror is performed in place or if the annotation pivots
along its location.
Remarks See Also