Create and initializes a new MouseEventArgs object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _ button As MouseButtons, _ clicks As Integer, _ location As PointF _ )
public MouseEventArgs( MouseButtons button, int clicks, PointF location )
Type: System.Windows.Forms.MouseButtons
One of the MouseButtons values.Type: System.Int32
The number of times the mouse button was pressed and released.Type: System.Drawing.PointF
The coordinates of the mouse as a point, in pixels.