Package: cairo

Function cairo-get-source

Lambda List

cairo-get-source (cr)

Arguments

cr -- a cairo-t context

Return Value

The current cairo-pattern-t source pattern.

Details

Gets the current source pattern for cr. This object is owned by Cairo. To keep a reference to it, you must call the cairo-pattern-reference function.
 

See also

2021-12-12