Click or drag to resize

TouchMovedEventArgs Constructor (TouchPoint[])

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

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.1
Syntax
C#
public TouchMovedEventArgs(
	params TouchPoint[] points
)

Parameters

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