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

MouseEventArgs Members

The MouseEventArgs type exposes the following members.

Constructors

Name Description
Public method MouseEventArgs Overloaded.

Create and initializes a new MouseEventArgs object.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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