RoundedClipNode.this

Creates a gsk.render_node.RenderNode that will clip the child to the area given by clip.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gsk.render_node.RenderNode child, gsk.rounded_rect.RoundedRect clip)

Parameters

child gsk.render_node.RenderNode

The node to draw

clip gsk.rounded_rect.RoundedRect

The clip to apply

Return Value