TouchMovedEventArgs Constructor (TouchPoint) |
Namespace: DotNetBrowser.Input.Touch.Events
public TouchMovedEventArgs( params TouchPoint[] points )
Exception | Condition |
---|---|
InvalidEnumArgumentException | No touch points with the required state are passed. |
ArgumentNullException | The points is null. |