C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / TransformGraph Class / RemoveNode Method

The node that will be removed from the transform graph.


In This Topic
RemoveNode Method
In This Topic
Removes the provided node from the transform graph.
Syntax
'Declaration
 
Public Sub RemoveNode( _
   ByVal node As TransformNode _
) 
 

Parameters

node

The node that will be removed from the transform graph.

Remarks
The node must already exist in the graph; otherwise, the call fails with D2DERR_NOT_FOUND.Any connections to this node will be removed when the node is removed.After the node is removed, it cannot be used by the interface until it has been added to the graph by AddNode.
See Also