Gets the current extend mode for a pattern. See #cairo_extend_t for details on the semantics of each extend strategy.

cairo_pattern_get_extend(pattern)

Arguments

pattern

[cairo_pattern_t *] a #cairo_pattern_t

Value

[int]

Details

Return value: the current extend strategy used for drawing the pattern.

Since: 1.0

C function prototype: cairo_extend_t cairo_pattern_get_extend (cairo_pattern_t *pattern)

See also