Table of Contents

Constructor SKPanGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKPanGestureEventArgs(SKPoint, SKPoint, SKPoint)

Initializes a new instance of the SKPanGestureEventArgs class.

public SKPanGestureEventArgs(SKPoint location, SKPoint previousLocation, SKPoint velocity)

Parameters

location SKPoint

The current touch location in view coordinates.

previousLocation SKPoint

The touch location from the previous pan event.

velocity SKPoint

The current velocity of the touch in pixels per second.