cairoShowPage: cairoShowPage

Description Usage Arguments Details Author(s)

View source: R/cairoFuncs.R

Description

Emits and clears the current page for backends that support multiple pages. Use cairoCopyPage if you don't want to clear the page.

Usage

1

Arguments

cr

[Cairo] a cairo context

Details

This is a convenience function that simply calls cairoSurfaceShowPage 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 cairoShowPage in RGtk2...