Table of Contents

Constructor SKTapGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKTapGestureEventArgs(SKPoint, int)

Initializes a new instance of the SKTapGestureEventArgs class.

public SKTapGestureEventArgs(SKPoint location, int tapCount)

Parameters

location SKPoint

The location of the tap in view coordinates.

tapCount int

The number of consecutive taps detected.