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

The node to be set.


In This Topic
    SetSingleTransformNode Method
    In This Topic
    Sets a single transform node as being equivalent to the whole graph.
    Syntax
    'Declaration
     
    Public Sub SetSingleTransformNode( _
       ByVal node As TransformNode _
    ) 
    public void SetSingleTransformNode( 
       TransformNode node
    )

    Parameters

    node

    The node to be set.

    Remarks
    This equivalent to calling Clear, adding a single node, and connecting all of the node inputs to the effect inputs in order.
    See Also