PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::copyPage
request it (226)
GoLang replacement for PHP's CairoContext::copyPage
[edit | history]
CairoContext::copyPagecairo_copy_page(PECL cairo >= 0.1.0) CairoContext::copyPage -- cairo_copy_page — Emits the current page DescriptionObject oriented style (method):
public void CairoContext::copyPage
( void
)
Procedural style: Emits the current page for backends that support multiple pages, but doesn’t clear it, so, the contents of the current page will be retained for the next page too. Use CairoContext::showPage() if you want to get an empty page after the emission. This is a convenience function that simply calls CairoSurface::copyPage() on CairoContext’s target. Parameters
Return ValuesNo value is returned. Examples
Example #1 Object oriented style
<?php
Example #2 Procedural style
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|