Click or drag to resize

TouchPointLocationOnScreen Property

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

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

Property Value

Type: Point
The touch point location relative to the bounds of the screen.

Implements

ITouchPointLocationOnScreen
See Also