Search
Factory.CreateDiagramLink Method
See Also
 





Creates a new DiagramLink instance and adds it to the Links collection of the underlying diagram.

 Overload List

Name Description

Factory.CreateDiagramLink (DiagramNode, DiagramNode)

Creates a new DiagramLink instance between the specified nodes and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (DiagramNode, PointF)

Creates a new DiagramLink instance between the specified node and the specified point, and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (DiagramNode, TableNode, Int32)

Creates a new DiagramLink instance between the specified nodes and the specified table, and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (PointF, DiagramNode)

Creates a new DiagramLink instance between the specified point and the specified node, and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (PointF, PointF)

Creates a new DiagramLink instance between the specified points and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (ShapeNode, Int32, ShapeNode, Int32)

Creates a new DiagramLink instance between the specified nodes and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (TableNode, Int32, DiagramNode)

Creates a new DiagramLink instance between the specified table and the specified node, and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (TableNode, Int32, TableNode, Int32)

Creates a new DiagramLink instance between the specified tables and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (TableNode, TableNode)

Creates a new DiagramLink instance between the specified tables and adds it to the Links collection of the underlying diagram.

Factory.CreateDiagramLink (TreeViewNode, TreeViewItem, TreeViewNode, TreeViewItem)

Creates a new DiagramLink instance between the specified tree items and adds it to the Links collection of the underlying diagram.

 See Also