Click or drag to resize

WpfAnnotationCanvasCreateAnnotation Method

Use this method to enter "create" mode where the user will create the provided annotation using the mouse.

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
public void CreateAnnotation(
	WpfAnnotationUI annotationToCreate
)

Parameters

annotationToCreate
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to create.
Remarks
Create mode is automatically existed when the user has finished creating the annotation. To force 'create' mode to exit, call ExitCreateMode.
See Also