Click or drag to resize

TouchCanceledEventArgs Constructor (IEnumerableTouchPoint)

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

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

Parameters

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