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