Table of Contents

Property ScaleDelta

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ScaleDelta

Gets the relative scale change factor since the previous pinch event.

public float ScaleDelta { get; }

Property Value

float

A value of 1.0 means no change. Values greater than 1.0 indicate zooming in (fingers spreading apart), and values less than 1.0 indicate zooming out (fingers pinching together). This is a per-event delta, not a cumulative scale.