Click or drag to resize

PointBaseAnnotationBeginCreate Method

This method is called by the AnnotationController when the user is beginning to create this annotation using the mouse.

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 override void BeginCreate()
Remarks
Use this method to prepare the annotation for creation by receiving the OnMouseDown(AnnotationMouseEventArgs), OnMouseMove(AnnotationMouseEventArgs) and OnMouseUp(AnnotationMouseEventArgs) method calls.
See Also