cairoPatternSetExtend {RGtk2} | R Documentation |
Sets the mode to be used for drawing outside the area of a pattern.
See CairoExtend
for details on the semantics of each extend
strategy.
cairoPatternSetExtend(pattern, extend)
|
|
|
[ |
The default extend mode is CAIRO_EXTEND_NONE
for surface patterns
and CAIRO_EXTEND_PAD
for gradient patterns.
Derived by RGtkGen from GTK+ documentation