gsk.clip_node

Module for [ClipNode] class

class ClipNode

Types 1

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 clipped
graphene.rect.Rect getClip()Retrieves the clip rectangle for node. Returns: a clip rectangle
Constructors
this(void * ptr, Flag!"Take" take)
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.