ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / TransformGraph Class / AddNode Method

The node that will be added to the transform graph.


In This Topic
    AddNode Method
    In This Topic
    Adds the provided node to the transform graph.
    Syntax
    'Declaration
     
    Public Sub AddNode( _
       ByVal node As TransformNode _
    ) 
    public void AddNode( 
       TransformNode node
    )

    Parameters

    node

    The node that will be added to the transform graph.

    Remarks
    This adds a transform node to the transform graph. A node must be added to the transform graph before it can be interconnected in any way.A transform graph cannot be directly added to another transform graph. Any other kind of interface derived from TransformNode can be added to the transform graph.
    See Also