RenderNode


Object Hierarchy:

Gsk.RenderNode Gsk.RenderNode Gsk.RenderNode

Description:

[ CCode ( ref_function = "gsk_render_node_ref" , type_id = "gsk_render_node_get_type ()" , unref_function = "gsk_render_node_unref" ) ]
public abstract class RenderNode

`GskRenderNode` is the basic block in a scene graph to be rendered using [class@Gsk.

Renderer].

Each node has a parent, except the top-level node; each node may have children nodes.

Each node has an associated drawing surface, which has the size of the rectangle set when creating it.

Render nodes are meant to be transient; once they have been associated to a [class@Gsk.Renderer] it's safe to release any reference you have on them. All [class@Gsk.RenderNode]s are immutable, you can only specify their properties during construction.


Namespace: Gsk
Package: gtk4

Content:

Static methods:

Creation methods:

Methods: