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; }
Public ReadOnly Property Location As PointF
Get
member Location : PointF with get
Property Value
Type:
PointFThe location of the mouse cursor.
See Also