Table of Contents

Constructor TouchStartedEventArgs

Namespace
DotNetBrowser.Input.Touch.Events
Assembly
DotNetBrowser.dll

TouchStartedEventArgs(params TouchPoint[])

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

public TouchStartedEventArgs(params TouchPoint[] points)

Parameters

points TouchPoint[]

The touch points to add.

Exceptions

InvalidEnumArgumentException

No touch points with the required state are passed.

ArgumentNullException

The points is null.

TouchStartedEventArgs(IEnumerable<TouchPoint>)

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

public TouchStartedEventArgs(IEnumerable<TouchPoint> points)

Parameters

points IEnumerable<TouchPoint>

The touch points to add.

Exceptions

InvalidEnumArgumentException

No touch points with the required state are passed.

ArgumentNullException

The points is null.