ITouchEventArgsTouchPoints Property |
Gets the list of all detected touch points.
Namespace:
DotNetBrowser.Input.Touch.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax IReadOnlyList<ITouchPoint> TouchPoints { get; }
Property Value
Type:
IReadOnlyListITouchPointThe list of all detected touch points.
See Also