This documentation is for the old version. Go to the latest Graphics Mill docs

MouseEventArgs Properties

The MouseEventArgs type exposes the following members.

Properties

Name Description
Public property Button

Gets a value that specifies what mouse button has been pressed.

Public property Clicks

Gets the number of times the mouse button was pressed and released.

Public property Location

Gets the coordinates of the mouse.

Public property X

Gets the x-coordinate of the mouse.

Public property Y

Gets the y-coordinate of the mouse.

See Also

Reference