PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::fill
request it (393)
GoLang replacement for PHP's CairoContext::fill
[edit | history]
CairoContext::fillcairo_fill(PECL cairo >= 0.1.0) CairoContext::fill -- cairo_fill — Fills the current path DescriptionObject oriented style (method):
public void CairoContext::fill
( void
)
Procedural style: A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). After CairoContext::fill() or cairo_fill(), the current path will be cleared from the CairoContext. Parameters
Return ValuesNo 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
|
more
Recently updated
more
Most requested
more
Last requests
|