Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cairoSave

cairoSave


Description

Makes a copy of the current state of cr and saves it on an internal stack of saved states for cr. When cairoRestore is called, cr will be restored to the saved state. Multiple calls to cairoSave and cairoRestore can be nested; each call to cairoRestore restores the state from the matching paired cairoSave.

Usage

cairoSave(cr)

Arguments

cr

[Cairo] a Cairo

Details

It isn't necessary to clear all saved states before a Cairo is freed.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.