[]
        
(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)
Public Sub ConnectNode(fromNode As TransformNode, toNode As TransformNode, toNodeInputIndex As Integer)
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.