AnnotationUIOnMirror Method |
Called when the grips of an annotation have been dragged past the opposite grip.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected virtual void OnMirror(
MirrorDirection direction,
bool maintainPosition
)
Protected Overridable Sub OnMirror (
direction As MirrorDirection,
maintainPosition As Boolean
)
Parameters
- direction
- Type: Atalasoft.AnnotateMirrorDirection
The direction in which the annotation should be mirrored. - maintainPosition
- Type: SystemBoolean
Determines whether the mirror is performed in place or if the annotation pivots
along its location.
Remarks This method will only be called if the
CanMirror property of the annotation
is true.
See Also