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