Creates a new DiagramLink instance between the specified nodes 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 node.
The index of an anchor point within the origin node's AnchorPattern.
The destination node.
The index of an anchor point within the destination node's AnchorPattern.
The newly created DiagramLink instance.
The method creates a link connecting the shape nodes specified by origin and destination.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |