Table of Contents

Constructor SKLongPressGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKLongPressGestureEventArgs(SKPoint, TimeSpan)

Initializes a new instance of the SKLongPressGestureEventArgs class.

public SKLongPressGestureEventArgs(SKPoint location, TimeSpan duration)

Parameters

location SKPoint

The location of the long press in view coordinates.

duration TimeSpan

The duration the touch was held before the long press was recognized.