Package: cairo

Function cairo-push-group-with-content

Lambda List

cairo-push-group-with-content (cr content)

Arguments

cr -- a cairo-t context
content -- a value of the cairo-content-t enumeration indicating the type of group that will be created

Details

Temporarily redirects drawing to an intermediate surface known as a group. The redirection lasts until the group is completed by a call to the cairo-pop-group or cairo-pop-group-to-source functions. These calls provide the result of any drawing to the group as a pattern, either as an explicit object, or set as the source pattern.

The group will have a content type of content. The ability to control this content type is the only distinction between this function and the cairo-push-group function which you should see for a more detailed description of group rendering.
 

See also

2021-12-12