Package: cairo

Function cairo-show-page

Lambda List

cairo-show-page (cr)

Arguments

cr -- a cairo-t context

Details

Emits and clears the current page for backends that support multiple pages. Use the cairo-copy-page function if you do not want to clear the page.

This is a convenience function that simply calls the cairo-surface-show-page function on the target of cr.
 

See also

2021-12-12