RGtk2 (version 2.20.31)

cairoPatternSetExtend: cairoPatternSetExtend

Description

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.

Usage

cairoPatternSetExtend(pattern, extend)

Arguments

extend
[CairoExtend] a CairoExtend describing how the area outside of the pattern will be drawn

Details

The default extend mode is CAIRO_EXTEND_NONE for surface patterns and CAIRO_EXTEND_PAD for gradient patterns.