cairoSave: cairoSave

Description Usage Arguments Details Author(s)

View source: R/cairoFuncs.R

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

1

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 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to cairoSave in RGtk2...