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
)
Public Sub ChangeAnnotationPosition (
annotation As AnnotationUI,
method As ChangePositionMethod
)
Parameters
- annotation
- Type: Atalasoft.Annotate.UIAnnotationUI
The annotation or layer to change. - method
- Type: Atalasoft.AnnotateChangePositionMethod
The type of ordering to perform.
See Also