ClipNode.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, graphene.rect.Rect clip)

Parameters

child gsk.render_node.RenderNode

The node to draw

clip graphene.rect.Rect

The clip to apply

Return Value