TransformNode.this

Creates a GskRenderNode that will transform the given @child with the given @transform.

  1. this(GskTransformNode* gskTransformNode, bool ownedRef)
  2. this(RenderNode child, Transform transform)
    class TransformNode

Parameters

child RenderNode

The node to transform

transform Transform

The transform to apply

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta