Table of Contents

Event TransformChanged

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs when the transform state (Scale, Rotation, Offset, or Matrix) changes.

public event EventHandler? TransformChanged

Returns

EventHandler

Remarks

Subscribe to this event to trigger canvas redraws when the user interacts with the view. This event fires for pan, pinch, rotation, fling animation frames, zoom animation frames, and programmatic transform changes via SetTransform(float, float, SKPoint), SetScale(float, SKPoint?), SetRotation(float, SKPoint?), SetOffset(SKPoint), or Reset().