Snapshot.appendCairo

Creates a new GskCairoNode and appends it to the current render node of @snapshot, without changing the current node.

class Snapshot
appendCairo

Parameters

bounds Rect

the bounds for the new node

Return Value

Type: Context

a cairo_t suitable for drawing the contents of the newly created render node

Meta