[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.TransformGraph.RemoveNode

RemoveNode Method

RemoveNode(TransformNode)

Removes the provided node from the transform graph.

Declaration
public void RemoveNode(TransformNode node)
Parameters
Type Name Description
TransformNode 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.