Click or drag to resize

AnnotationMouseEventArgs Constructor (MouseEventArgs)

Creates a new instance of AnnotationMouseEventArgs from a MouseEventArgs object.

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 AnnotationMouseEventArgs(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs containing information for this event.
See Also