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.Silverlight
C#
![]() |
---|
public DiagramLink CreateDiagramLink ( |
Visual Basic
![]() |
---|
Public Function CreateDiagramLink( _ |
The origin point.
The destination point.
The newly created DiagramLink instance.
The method creates a link connecting the points specified by origin and destination.