Package: cairo

Function cairo:surface-copy-page

Lambda List

cairo:surface-copy-page (surface)

Arguments

surface -- a cairo:surface-t instance

Details

Emits the current page for backends that support multiple pages, but does not clear it, so that the contents of the current page will be retained for the next page. Use the cairo:surface-show-page function if you want to get an empty page after the emission.

There is a convenience function for this that takes a cairo:context-t context, namely the cairo:copy-page function.
 

See also

#2025-1-18