Description Usage Arguments Details Author(s)
Set the current fill rule within the cairo context. The fill rule
is used to determine which regions are inside or outside a complex
(potentially self-intersecting) path. The current fill rule affects
both cairoFill
and cairoClip
. See CairoFillRule
for details
on the semantics of each available fill rule.
1 | cairoSetFillRule(cr, fill.rule)
|
|
[ |
|
[ |
The default fill rule is CAIRO_FILL_RULE_WINDING
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.