Table of Contents

Constructor TouchMovedEventArgs

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

TouchMovedEventArgs(params TouchPoint[])

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

public TouchMovedEventArgs(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.

TouchMovedEventArgs(IEnumerable<TouchPoint>)

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

public TouchMovedEventArgs(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.