Click or drag to resize

ITouchEventArgsTouchPoints Property

Gets the list of all detected touch points.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyList<ITouchPoint> TouchPoints { get; }

Property Value

Type: IReadOnlyListITouchPoint
The list of all detected touch points.
See Also