Table of Contents

Constructor SKGestureTracker

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKGestureTracker()

Initializes a new instance of the SKGestureTracker class with default options.

public SKGestureTracker()

SKGestureTracker(SKGestureTrackerOptions)

Initializes a new instance of the SKGestureTracker class with the specified options.

public SKGestureTracker(SKGestureTrackerOptions options)

Parameters

options SKGestureTrackerOptions

The configuration options for gesture detection and tracking.

Exceptions

ArgumentNullException

options is null.