Click or drag to resize

IMouseEventOffsetLocation Property

Gets the location of the mouse cursor in the component's coordinate system at the time the event occurred.

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

Property Value

Type: Point
The location of the mouse cursor.
Remarks

For example, clicking in the top-left corner of the client area will always result in that the X field of the result equals 0, regardless of whether the page is scrolled horizontally.

This API is available since DotNetBrowser 2.1.

See Also