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

MouseEventArgs.X Property

Gets the x-coordinate of the mouse.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property X As Single
C#
public float X { get; }

Property Value

The x-coordinate of the mouse, in pixels.

See Also

Reference