Method Cairo.Context()->fill_preserve()
- Method
fill_preserve
void
fill_preserve()- Description
A drawing operator that fills the current path according to the current fill rule, (each sub-path is implicitly closed before being filled). Unlike fill(), fill_preserve() preserves the path within the cairo context.
- See also
set_fill_rule() and fill().