Click or drag to resize

AnnotationControllerChangeAnnotationPosition Method (AnnotationUI, ChangePositionMethod)

Changes the position of an annotation or layer within the stacking order.

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 ChangeAnnotationPosition(
	AnnotationUI annotation,
	ChangePositionMethod method
)

Parameters

annotation
Type: Atalasoft.Annotate.UIAnnotationUI
The annotation or layer to change.
method
Type: Atalasoft.AnnotateChangePositionMethod
The type of ordering to perform.
See Also