gsk.cairo_node

Module for [CairoNode] class

class CairoNode

Types 1

A render node for a Cairo surface.

Methods
cairo.context.Context getDrawContext()Creates a Cairo context for drawing using the surface associated to the render node.
cairo.surface.Surface getSurface()Retrieves the Cairo surface used by the render node. Returns: a Cairo surface
Constructors
this(void * ptr, Flag!"Take" take)
this(graphene.rect.Rect bounds)Creates a [gsk.render_node.RenderNode] that will render a cairo surface into the area given by bounds.