Creates a new DiagramLink instance and adds it to the Links collection of the underlying diagram.
Name | Description |
---|---|
Creates a new DiagramLink instance between the specified nodes and adds it to the Links collection of the underlying diagram. |
|
Creates a new DiagramLink instance between the specified node and the specified point, and adds it to the Links collection of the underlying diagram. |
|
Creates a new DiagramLink instance between the specified nodes and the specified table, and adds it to the Links collection of the underlying diagram. |
|
Creates a new DiagramLink instance between the specified point and the specified node, and adds it to the Links collection of the underlying diagram. |
|
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. |
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. |
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. |