AnnotationUI.OnMirror 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)
Syntaxprotected virtual void OnMirror(
MirrorDirection direction,
bool maintainPosition
)
Protected Overridable Sub OnMirror (
direction As MirrorDirection,
maintainPosition As Boolean
)
Parameters
- direction
- Type: Atalasoft.Annotate.MirrorDirection
The direction in which the annotation should be mirrored. - maintainPosition
- Type: System.Boolean
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