cairoPatternGetSurface: cairoPatternGetSurface
Description
Gets the surface of a surface pattern.Usage
cairoPatternGetSurface(pattern)
Value
A list containing the following elements:
- retval
- [
CairoStatus
] CAIRO_STATUS_SUCCESS
, or
CAIRO_STATUS_PATTERN_TYPE_MISMATCH
if the pattern is not a surface
pattern. surface
- [
CairoSurface
] return value for surface of pattern, or NULL