(PECL cairo >= 0.1.0)
CairoContext::fillPreserve -- cairo_fill_preserve — Fills and preserve the current path
Object oriented style (method):
Procedural style:
A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). Unlike CairoContext::fill(), CairoContext::fillPreserve() (Procedural cairo_fill(), cairo_fill_preserve(), respectively) preserves the path within the Context.
A valid CairoContext object created with CairoContext::__construct() or cairo_create()
Es wird kein Wert zurückgegeben.
Beispiel #1 Object oriented style
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...
Beispiel #2 Procedural style
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...