C1.Win.C1DX.4.8 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 _
) 
 

Parameters

node

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

See Also