Click or drag to resize

ITouchPointLocationOnWidget Property

Gets the touch point location relative to the bounds of the widget.

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

Property Value

Type: Point
The touch point location relative to the bounds of the widget.
See Also