Click or drag to resize

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
)

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
The OnMirror(MirrorDirection, Boolean) method is called as a result of using Mirror.
See Also