Click or drag to resize

MouseEventArgsLocation Property

Gets the location of the mouse relative to the control that raised the event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PointF Location { get; }

Property Value

Type: PointF
The location of the mouse cursor.
See Also