| cairoPatternGetSurface {RGtk2} | R Documentation |
Gets the surface of a surface pattern.
cairoPatternGetSurface(pattern)
|
[CairoPattern] a CairoPattern |
Since 1.4
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. |
|
[CairoSurface] return value for surface of pattern, or NULL |
Derived by RGtkGen from GTK+ documentation