AnnotationData.Mirror Method |
Flips (mirrors) the annotation horizontally or vertically.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic virtual void Mirror(
MirrorDirection direction,
bool maintainPosition
)
Public Overridable Sub Mirror (
direction As MirrorDirection,
maintainPosition As Boolean
)
Parameters
- direction
- Type: Atalasoft.Annotate.MirrorDirection
The direction to mirror the annotation. - maintainPosition
- Type: System.Boolean
Determines whether the mirror is performed in place or if the annotation pivots
along its location.
Remarks If the maintainPosition argument is true, the location of the annotation will be
changed.
See Also