SKCanvas.Restore Method

Definition

Restore the canvas state.

public void Restore ();

Remarks

This call balances a previous call to Save(), and is used to remove all modifications to the matrix, clip and draw filter state since the last save call. It is an error to restore more times than was previously saved.

Applies to