Click or drag to resize

AnnotationDataMirror 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)
Syntax
public virtual void Mirror(
	MirrorDirection direction,
	bool maintainPosition
)

Parameters

direction
Type: Atalasoft.AnnotateMirrorDirection
The direction to mirror the annotation.
maintainPosition
Type: SystemBoolean
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