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

The node that will be set as the output of the the transform graph.


In This Topic
    SetOutputNode Method
    In This Topic
    Sets the output node for the transform graph.
    Syntax
    'Declaration
     
    Public Sub SetOutputNode( _
       ByVal node As TransformNode _
    ) 
    public void SetOutputNode( 
       TransformNode node
    )

    Parameters

    node

    The node that will be set as the output of the the transform graph.

    See Also