Table of Contents

Constructor SKPinchGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKPinchGestureEventArgs(SKPoint, SKPoint, float)

Initializes a new instance of the SKPinchGestureEventArgs class.

public SKPinchGestureEventArgs(SKPoint focalPoint, SKPoint previousFocalPoint, float scaleDelta)

Parameters

focalPoint SKPoint

The current center point between the pinch fingers, in view coordinates.

previousFocalPoint SKPoint

The center point between the pinch fingers from the previous event.

scaleDelta float

The relative scale change factor since the previous event.