cairoFillPreserve {RGtk2} | R Documentation |
A drawing operator that fills the current path according to the
current fill rule, (each sub-path is implicitly closed before being
filled). Unlike cairoFill
, cairo_fill_preserve preserves the
path within the cairo context.
cairoFillPreserve(cr)
|
[Cairo ] a cairo context |
See cairoSetFillRule
and cairoFill
.
Derived by RGtkGen from GTK+ documentation