Table of Contents

Constructor SKRotateGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKRotateGestureEventArgs(SKPoint, SKPoint, float)

Initializes a new instance of the SKRotateGestureEventArgs class.

public SKRotateGestureEventArgs(SKPoint focalPoint, SKPoint previousFocalPoint, float rotationDelta)

Parameters

focalPoint SKPoint

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

previousFocalPoint SKPoint

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

rotationDelta float

The incremental rotation angle in degrees since the previous event.