MirrorEventArgs Constructor |
Creates a new instance of MirrorEventArgs specifying the mirror direction and whether the annotation
should maintain it's visual position.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public MirrorEventArgs(
MirrorDirection direction,
bool maintainPosition
)
Public Sub New (
direction As MirrorDirection,
maintainPosition As Boolean
)
Parameters
- direction
- Type: Atalasoft.AnnotateMirrorDirection
The direction to mirror. - maintainPosition
- Type: SystemBoolean
Indicates whether the annotation maintains its visual position. If
true, the annotation's location will be changed to keep the annotation visually in the same
location. If false, the annotation is flipped along its axis.
See Also