CairoNode.this

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.

  1. this(void* ptr, Flag!"Take" take)
  2. this(graphene.rect.Rect bounds)
    class CairoNode

Parameters

bounds graphene.rect.Rect

the rectangle to render to

Return Value