Gets or sets the current mouse position in screen coordinates
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static PointF Position { get; set; }
Public Shared Property Position As PointF
Get
Set
static member Position : PointF with get, set
Return Value
Type:
PointFThe mouse position.
See Also