[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.TransformGraph.ConnectNode

ConnectNode Method

ConnectNode(TransformNode, TransformNode, int)

Connects two nodes inside the transform graph.

Declaration
public void ConnectNode(TransformNode fromNode, TransformNode toNode, int toNodeInputIndex)
Parameters
Type Name Description
TransformNode fromNode

The node from which the connection will be made.

TransformNode toNode

The node to which the connection will be made.

int toNodeInputIndex

The node input that will be connected.