Method Cairo.Context()->save()
- Method
save
void
save()- Description
Makes a copy of the current state and saves it on an internal stack of saved states. When restore() is called, the context 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().