Home > comp > gb.cairo > cairo > save 
 en fr de es it nl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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.