Surface.copyPage - multiple declarations

Function Surface.copyPage

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 Surface.showPage() if you want to get an empty page after the emission.

There is a convenience function for this that can be called on a Context, namely Context.copyPage().

Prototype

void copyPage();

Function Surface.copyPage

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 Surface.showPage() if you want to get an empty page after the emission.

There is a convenience function for this that can be called on a Context, namely Context.copyPage().

Prototype

void copyPage();

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1