TransformNode
- class TransformNode(*args, **kwargs)
Superclasses: RenderNode
- Constructors:
TransformNode(**properties)
new(child:Gsk.RenderNode, transform:Gsk.Transform) -> Gsk.TransformNode
Constructors
- class TransformNode
- classmethod new(child: RenderNode, transform: Transform) TransformNode
Creates a
GskRenderNode
that will transform the givenchild
with the giventransform
.- Parameters:
child – The node to transform
transform – The transform to apply
Methods
- class TransformNode
- get_child() RenderNode
Gets the child node that is getting transformed by the given
node
.