gsk.rounded_clip_node

Module for [RoundedClipNode] class

Types 1

classRoundedClipNode : gsk.render_node.RenderNode

A render node applying a rounded rectangle clip to its single child.

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
gsk.rounded_rect.RoundedRect getClip()Retrieves the rounded rectangle used to clip the contents of the node. Returns: a rounded rectangle
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.render_node.RenderNode child, gsk.rounded_rect.RoundedRect clip)Creates a [gsk.render_node.RenderNode] that will clip the child to the area given by clip.