Edit

SKPicture.Playback(SKCanvas) Method

Definition

Replays the recorded drawing commands onto the specified canvas.

public void Playback(SkiaSharp.SKCanvas canvas);

Parameters

canvas
SKCanvas

The canvas to play the drawing commands onto.

Applies to