Constructor TouchEventArgs
- Namespace
- DotNetBrowser.Input.Touch.Events
- Assembly
- DotNetBrowser.dll
TouchEventArgs(IEnumerable<TouchPoint>)
Initializes a new instance of TouchEventArgs.
protected TouchEventArgs(IEnumerable<TouchPoint> touchPoints)
Parameters
touchPoints
IEnumerable<TouchPoint>The touch points to add.
Exceptions
- InvalidEnumArgumentException
No touch points with the required state are passed.