php man page for cairo_fill_preserve

Query: cairo_fill_preserve

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CAIRO_FILL_PRESERVE(3)							 1						    CAIRO_FILL_PRESERVE(3)

CairoContext::fillPreserve - Fills and preserve the current path

       Object oriented style (method):

SYNOPSIS
public void CairoContext::fillPreserve (void )
DESCRIPTION
Procedural style: void cairo_fill_preserve (CairoContext $context) 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(3), cairo_fill_preserve(3), respectively) preserves the path within the Context.
PARAMETERS
o $context - A valid CairoContext object created with CairoContext::__construct or cairo_create(3)
RETURN VALUES
No value is returned.
EXAMPLES
Example #1 Object oriented style <?php /* ... */ ?> The above example will output something similar to: Example #2 Procedural style <?php /* ... */ ?> The above example will output something similar to:
SEE ALSO
CairoContext::setFillRule, CairoContext::fill. PHP Documentation Group CAIRO_FILL_PRESERVE(3)
Related Man Pages
cairo_clip(3) - php
cairo_close_path(3) - php
cairo_copy_path_flat(3) - php
cairo_fill(3) - php
cairo_fill_extents(3) - php
Similar Topics in the Unix Linux Community
EPTS Glossary, presentation-style
Command to output ones (like zero-fill), with progress indicator