Click or drag to resize

AnnotationController.CreateAnnotation 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
)

Parameters

annotation
Type: Atalasoft.Annotate.UI.AnnotationUI
The annotation to create.
createMode
Type: Atalasoft.Annotate.CreateAnnotationMode
The mode used to create the annotation.
See Also