SKAutoCanvasRestore.Dispose Method

Definition

Disposes the canvas restore point, restoring the state of the canvas (matrix, clip and draw filter) to the state it was when the object was created.

This operation will not do anything if you had previously manually called the Restore() method.

public void Dispose ();

Implements

Applies to