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