AnnotationControllerCreateAnnotation Method (AnnotationUI, CreateAnnotationMode) |
Call this method to prepare the
AnnotationController for creating a new annotation with the
mouse, specifying the creation mode to use.
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 CreateAnnotation(
AnnotationUI annotation,
CreateAnnotationMode createMode
)
Public Sub CreateAnnotation (
annotation As AnnotationUI,
createMode As CreateAnnotationMode
)
Parameters
- annotation
- Type: Atalasoft.Annotate.UIAnnotationUI
The annotation to create. - createMode
- Type: Atalasoft.AnnotateCreateAnnotationMode
The mode used to create the annotation.
See Also