cairoSurfaceCopyPage: cairoSurfaceCopyPage
Description
Emits the current page for backends that support multiple pages,
but doesn't clear it, so that the contents of the current page will
be retained for the next page. Use cairoSurfaceShowPage
if you
want to get an empty page after the emission.Usage
cairoSurfaceCopyPage(surface)
Details
There is a convenience function for this that takes a Cairo
,
namely cairoCopyPage
.
Since 1.6