Aurigma Graphics Mill 5.5 for .NET
MouseEventArgs Class
Provides data for the MouseUp, MouseDown, and MouseMove events.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Remarks
The MouseDown event occurs when the user presses the mouse button while the pointer is over a control. The MouseUp event occurs when the user releases the mouse button while the pointer remains over the control. The MouseMove event occurs when the user moves the mouse pointer over a control.
This class specifies which mouse button is pressed, how many times the mouse button was pressed and released, and the coordinates of the mouse.
Inheritance Hierarchy
System..::.Object
L
System..::.EventArgs
L
Aurigma.GraphicsMill.WinControls..::.MouseEventArgs