CairoNode.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(graphene.rect.Rect bounds)

Creates a gsk.render_node.RenderNode that will render a cairo surface into the area given by bounds.

You can draw to the cairo surface using gsk.cairo_node.CairoNode.getDrawContext.

Parameters

boundsthe rectangle to render to

Returns