Click or drag to resize

WpfAnnotationUIMirror Method

Mirrors the annotation in the specified direction.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.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.
maintainPosition
Type: SystemBoolean
Indicates whether the annotation keeps its current position or pivots along its zero axis.
See Also