Table of Contents

Event RotateDetected

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs when a two-finger rotation gesture is detected.

public event EventHandler<SKRotateGestureEventArgs>? RotateDetected

Returns

EventHandler<SKRotateGestureEventArgs>

Remarks

Rotation events fire simultaneously with pinch events when two or more touches are active.