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
Package: MindFusion.Diagramming
C#
![]() |
---|
public DiagramLink CreateDiagramLink ( |
Visual Basic
![]() |
---|
Public Function CreateDiagramLink( _ |
The newly created DiagramLink instance.
The method creates a link connecting the node specified by origin and the point specified by destination. For further customization of the link, use the properties and methods of the DiagramLink class.
NetDiagram Programmer's Guide | © 2023 MindFusion |