gsk.cairo_node
Module for [CairoNode] class
class CairoNode
Types 1
classCairoNode : gsk.render_node.RenderNode
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 surfaceConstructors
this(graphene.rect.Rect bounds)Creates a [gsk.render_node.RenderNode] that will render a cairo surface into the area given by bounds.