Click or drag to resize

WpfRectangleGripsOnMirrorApplied Method

Called when the annotation is mirrored to allow the grips to mirror.

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
protected override void OnMirrorApplied(
	MirrorDirection direction,
	bool maintainPosition
)

Parameters

direction
Type: Atalasoft.AnnotateMirrorDirection
The mirror direction.
maintainPosition
Type: SystemBoolean
Indicates whether the annotation position is maintained or if the mirror pivots along the zero axis.
See Also