[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public RepeatNode (Rect bounds, RenderNode child, Rect? child_bounds)
Creates a `GskRenderNode` that will repeat the drawing of child
across the given bounds
.
bounds |
The bounds of the area to be painted |
child |
The child to repeat |
child_bounds |
The area of the child to repeat or null to use the child's bounds |
A new `GskRenderNode` |