MouseIHandlerPosition Property |
Gets the current mouse position in screen coordinates
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax PointF Position { get; set; }
Property Position As PointF
Get
Set
abstract Position : PointF with get, set
Property Value
Type:
PointFThe mouse position.
See Also