ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / TransformGraph Class / ConnectToEffectInput Method

The effect input to which the transform node will be bound.

The node to which the connection will be made.

The node input that will be connected.


In This Topic
    ConnectToEffectInput Method
    In This Topic
    [This documentation is preliminary and is subject to change.]
    Syntax
    'Declaration
     
    Public Sub ConnectToEffectInput( _
       ByVal toEffectInputIndex As System.Integer, _
       ByVal node As TransformNode, _
       ByVal toNodeInputIndex As System.Integer _
    ) 
    public void ConnectToEffectInput( 
       System.int toEffectInputIndex,
       TransformNode node,
       System.int toNodeInputIndex
    )

    Parameters

    toEffectInputIndex

    The effect input to which the transform node will be bound.

    node

    The node to which the connection will be made.

    toNodeInputIndex

    The node input that will be connected.

    Return Value

    The method returns an C1.Util.DX.HResult.
    See Also