RoundedClipNode.this

Creates a GskRenderNode that will clip the @child to the area given by @clip.

  1. this(GskRoundedClipNode* gskRoundedClipNode, bool ownedRef)
  2. this(RenderNode child, RoundedRect clip)
    class RoundedClipNode

Parameters

child RenderNode

The node to draw

clip RoundedRect

The clip to apply

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta