Click or drag to resize

TouchStartedEventArgs Constructor (IEnumerableTouchPoint)

Initializes a new instance of the TouchStartedEventArgs with the specified touch points.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public TouchStartedEventArgs(
	IEnumerable<TouchPoint> points
)

Parameters

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