Creates a new DiagramLink instance between the specified node and the specified point, and adds it to the Links collection of the underlying diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink CreateDiagramLink ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateDiagramLink( _ |
The origin node.
The destination point.
The newly created DiagramLink instance.
RemarksThe method creates a link connecting the node specified by origin and the point specified by destination.
See Also