ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / TransformGraph Class / ConnectNode Method
The node from which the connection will be made.
The node to which the connection will be made.
The node input that will be connected.

In This Topic
    ConnectNode Method
    In This Topic
    Connects two nodes inside the transform graph.
    Syntax
    'Declaration
     
    Public Sub ConnectNode( _
       ByVal fromNode As TransformNode, _
       ByVal toNode As TransformNode, _
       ByVal toNodeInputIndex As System.Integer _
    ) 
    public void ConnectNode( 
       TransformNode fromNode,
       TransformNode toNode,
       System.int toNodeInputIndex
    )

    Parameters

    fromNode
    The node from which the connection will be made.
    toNode
    The node to which the connection will be made.
    toNodeInputIndex
    The node input that will be connected.
    See Also