Package: gsk

Function gsk:cairo-node-new

Lambda List

gsk:cairo-node-new (bounds)

Arguments

bounds -- a graphene:rect-t instance with the rectangle to render to

Return Value

The new gsk:render-node instance.

Details

Creates a render node that will render a Cairo surface into the area given by bounds. You can draw to the Cairo surface using the gsk:cairo-node-draw-context function.
 

See also

#2023-10-27