Table of Contents

Constructor SKDragGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKDragGestureEventArgs(SKPoint, SKPoint)

Initializes a new instance of the SKDragGestureEventArgs class.

public SKDragGestureEventArgs(SKPoint location, SKPoint previousLocation)

Parameters

location SKPoint

The current touch location, in view coordinates.

previousLocation SKPoint

The previous touch location, in view coordinates.