Cairo.Fill (gb.cairo)
Static Sub Fill ( [ Preserve As Boolean ] )
A drawing operator that fills the current path according to the current fill rule, (each sub-path is implicitly closed before being filled).
After filling, the current path will be cleared from the cairo context, unless the
Preserve argument is set to
TRUE.
See also