Click or drag to resize

AnnotationUIOnMouseDown Method

Called when the user clicks down on the annotation.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnMouseDown(
	AnnotationMouseEventArgs e
)

Parameters

e
Type: Atalasoft.Annotate.UIAnnotationMouseEventArgs
An AnnotationMouseEventArgs containing information about this event.
See Also