Click or drag to resize

TouchEventArgs Constructor

Initializes a new instance of TouchEventArgs.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
protected TouchEventArgs(
	IEnumerable<TouchPoint> touchPoints
)

Parameters

touchPoints
Type: System.Collections.GenericIEnumerableTouchPoint
The touch points to add.
Exceptions
ExceptionCondition
InvalidEnumArgumentExceptionNo touch points with the required state are passed.
See Also