Creates a new DiagramLink instance between the specified points 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 newly created DiagramLink instance.
RemarksThe method creates a link connecting the points specified by origin and destination. For further customization of the link, use the properties and methods of the DiagramLink class.
See Also