Click or drag to resize

TouchStartedEventArgs Constructor (TouchPoint)

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(
	params TouchPoint[] points
)

Parameters

points
Type: DotNetBrowser.Input.Touch.EventsTouchPoint
The touch points to add.
Exceptions
ExceptionCondition
InvalidEnumArgumentExceptionNo touch points with the required state are passed.
ArgumentNullExceptionThe points is null.
See Also