SKCanvas.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the canvas state.
public int Save ();
Returns
The value to pass to RestoreToCount(Int32) to balance this save.
Remarks
This call saves the current matrix, clip, and draw filter, and pushes a copy onto a private stack. Subsequent calls to translate, scale, rotate, skew, concatenate or clipping path or drawing filter all operate on this copy. When the balancing call to Restore() is made, the previous matrix, clipping, and drawing filters are restored.