Cairo.Save (gb.cairo)
Static Sub Save ( )
Makes a copy of the current drawing state and saves it on an internal stack of saved states.
When
Restore is called, the drawing state will be restored to the saved state. Multiple calls to
Save and
Restore can be nested; each call to
Restore restores the state from the matching paired
Save.