Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.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 ITransformNode _
    ) 
    public void SetOutputNode( 
       ITransformNode node
    )

    Parameters

    node

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

    See Also