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

MouseEventArgs.Y Property

Gets the y-coordinate of the mouse.

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

Syntax

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

Property Value

The y-coordinate of the mouse, in pixels.

See Also

Reference