ClipNode.this

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

  1. this(GskClipNode* gskClipNode, bool ownedRef)
  2. this(RenderNode child, Rect clip)
    class ClipNode

Parameters

child RenderNode

The node to draw

clip Rect

The clip to apply

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta