[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.TransformGraph.ConnectNode

ConnectNode Method

ConnectNode(ITransformNode, ITransformNode, int)

Connects two nodes inside the transform graph.

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

The node from which the connection will be made.

ITransformNode toNode

The node to which the connection will be made.

int toNodeInputIndex

The node input that will be connected.