Click or drag to resize

IMouseEventClientLocation Property

Gets the location of the mouse cursor in the local (DOM content) coordinate system at the time the event occurred.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
Point ClientLocation { get; }

Property Value

Type: Point
The location of the mouse cursor.
See Also