Table of Contents

Event PinchDetected

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs when a two-finger pinch (scale) gesture is detected.

public event EventHandler<SKPinchGestureEventArgs>? PinchDetected

Returns

EventHandler<SKPinchGestureEventArgs>

Remarks

Pinch events fire continuously while two or more touches are active and moving. The ScaleDelta is a per-event relative multiplier.