Snapshot.appendCairo

cairo.context.Context appendCairo(graphene.rect.Rect bounds) nothrow

Creates a new gsk.cairo_node.CairoNode and appends it to the current render node of snapshot, without changing the current node.

Parameters

boundsthe bounds for the new node

Returns

a cairo.context.Context suitable for drawing the contents of

the newly created render node