Click or drag to resize

IMouseEventArgsLocationOnScreen Property

Gets the mouse position relative to the bounds of the screen.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
Point LocationOnScreen { get; }

Property Value

Type: Point
The mouse position relative to the bounds of the screen.
See Also