RepeatNode.this

Creates a GskRenderNode that will repeat the drawing of @child across the given @bounds.

  1. this(GskRepeatNode* gskRepeatNode, bool ownedRef)
  2. this(Rect bounds, RenderNode child, Rect childBounds)
    class RepeatNode

Parameters

bounds Rect

The bounds of the area to be painted

child RenderNode

The child to repeat

childBounds Rect

The area of the child to repeat or %NULL to use the child's bounds

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta