Package: cairo

Function cairo:mesh-pattern-path

Lambda List

cairo:mesh-pattern-path (pattern index)

Arguments

pattern -- a cairo:pattern-t instance
index -- an unsigned integer for the patch number to return data for

Return Value

The path defining the patch as a list.

Details

Gets the path defining the patch patch-num for a mesh pattern. Returns nil if the pattern argument is not a mesh pattern or index is not valid for pattern.

The index argument can range 0 to 1 less than the number returned by the cairo:mesh-pattern-patch-count function.
 

See also

2025-1-19