[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.TransformGraph.AddNode

AddNode Method

AddNode(ITransformNode)

Adds the provided node to the transform graph.

Declaration
public void AddNode(ITransformNode node)
Parameters
Type Name Description
ITransformNode node

The node that will be added to the transform graph.

Remarks

This adds a transform node to the transform graph. A node must be added to the transform graph before it can be interconnected in any way.A transform graph cannot be directly added to another transform graph. Any other kind of interface derived from ITransformNode can be added to the transform graph.