Click or drag to resize

MousePosition Property

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; }

Return Value

Type: PointF
The mouse position.
See Also