Click or drag to resize

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 Value

Type: PointF
The mouse position.
See Also