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

cairoPushGroupWithContent

cairoPushGroupWithContent


Description

Temporarily redirects drawing to an intermediate surface known as a group. The redirection lasts until the group is completed by a call to cairoPopGroup or cairoPopGroupToSource. These calls provide the result of any drawing to the group as a pattern, (either as an explicit object, or set as the source pattern).

Usage

cairoPushGroupWithContent(cr, content)

Arguments

cr

[Cairo] a cairo context

content

[CairoContent] a CairoContent indicating the type of group that will be created

Details

The group will have a content type of content. The ability to control this content type is the only distinction between this function and cairoPushGroup which you should see for a more detailed description of group rendering. Since 1.2

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.