gsk.repeat_node
Module for [RepeatNode] class
class RepeatNode
Types 1
classRepeatNode : gsk.render_node.RenderNode
A render node repeating its single child node.
Methods
gsk.render_node.RenderNode getChild()Retrieves the child of node. Returns: a [gsk.render_node.RenderNode]graphene.rect.Rect getChildBounds()Retrieves the bounding rectangle of the child of node. Returns: a bounding rectangleConstructors
this(graphene.rect.Rect bounds, gsk.render_node.RenderNode child, graphene.rect.Rect childBounds = null)Creates a [gsk.render_node.RenderNode] that will repeat the drawing of child across the given bounds.