Table of Contents

Constructor SKScrollGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKScrollGestureEventArgs(SKPoint, SKPoint)

Initializes a new instance of the SKScrollGestureEventArgs class.

public SKScrollGestureEventArgs(SKPoint location, SKPoint delta)

Parameters

location SKPoint

The position of the mouse cursor when the scroll occurred, in view coordinates.

delta SKPoint

The scroll delta.