Click or drag to resize

TouchEventArgsTouchPoints 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#
public IReadOnlyList<ITouchPoint> TouchPoints { get; }

Property Value

Type: IReadOnlyListITouchPoint
The list of all detected touch points.

Implements

ITouchEventArgsTouchPoints
See Also