TransformNode
Object Hierarchy:
Description:
[ CCode ( cname = "GskRenderNode" , type_id = "gsk_transform_node_get_type ()" ) ]
public sealed class TransformNode : RenderNode
public sealed class TransformNode : RenderNode
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:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gsk.RenderNode