gsk.clip_node
Module for [ClipNode] class
class ClipNode
Types 1
classClipNode : gsk.render_node.RenderNode
A render node applying a rectangular clip to its single child node.
Methods
gsk.render_node.RenderNode getChild()Gets the child node that is getting clipped by the given node. Returns: The child that is getting clippedgraphene.rect.Rect getClip()Retrieves the clip rectangle for node. Returns: a clip rectangleConstructors
this(gsk.render_node.RenderNode child, graphene.rect.Rect clip)Creates a [gsk.render_node.RenderNode] that will clip the child to the area given by clip.