SKCanvas.Flush Method

Definition

Triggers the immediate execution of all pending draw operations.

public void Flush ();

Remarks

For the GPU backend this will resolve all rendering to the GPU surface backing the surface that owns this canvas.

Applies to