[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.TransformGraph.SetSingleTransformNode

SetSingleTransformNode Method

SetSingleTransformNode(TransformNode)

Sets a single transform node as being equivalent to the whole graph.

Declaration
public void SetSingleTransformNode(TransformNode node)
Parameters
Type Name Description
TransformNode node

The node to be set.

Remarks

This equivalent to calling Clear(), adding a single node, and connecting all of the node inputs to the effect inputs in order.