AnnotationMouseEventArgs Constructor (MouseButtons, Int32, Single, Single, Int32) |
Creates a new instance of AnnotationMouseEventArgs specifying its parameters.
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(
MouseButtons button,
int clicks,
float x,
float y,
int delta
)
Public Sub New (
button As MouseButtons,
clicks As Integer,
x As Single,
y As Single,
delta As Integer
)
Parameters
- button
- Type: System.Windows.FormsMouseButtons
The mouse button being pressed. - clicks
- Type: SystemInt32
The click count. - x
- Type: SystemSingle
The x position of the mouse. - y
- Type: SystemSingle
The y position of the mouse. - delta
- Type: SystemInt32
The delta of the mouse wheel.
See Also