cairoCopyPage: cairoCopyPage

Description Usage Arguments Details Author(s)

View source: R/cairoFuncs.R

Description

Emits the current page for backends that support multiple pages, but doesn't clear it, so, the contents of the current page will be retained for the next page too. Use cairoShowPage if you want to get an empty page after the emission.

Usage

1

Arguments

cr

[Cairo] a cairo context

Details

This is a convenience function that simply calls cairoSurfaceCopyPage on cr's target.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to cairoCopyPage in RGtk2...