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

MouseEventArgs.Location Property

Gets the coordinates of the mouse.

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

Syntax

Visual Basic
Public ReadOnly Property Location As PointF
C#
public PointF Location { get; }

Property Value

The coordinates of the mouse as a point, in pixels.

See Also

Reference