MindFusion.Wpf Pack Programmer's Guide
DiagramLink Constructor
See Also
 





Initializes a new instance of the DiagramLink class.

 Overload List

Name Description

DiagramLink ()

Initializes a new instance of the DiagramLink class.

DiagramLink (Diagram)

Initializes a new instance of the DiagramLink class with default values supplied form the specified Diagram.

DiagramLink (Diagram, DiagramNode, DiagramNode)

Initializes a new instance of the DiagramLink class between the specified nodes with default values supplied form the specified Diagram.

DiagramLink (Diagram, DiagramNode, Point)

Initializes a new instance of the DiagramLink class between the specified node and the specified point with default values supplied form the specified Diagram.

DiagramLink (Diagram, Point, DiagramNode)

Initializes a new instance of the DiagramLink class between the specified point and the specified node with default values supplied form the specified Diagram.

DiagramLink (Diagram, Point, Point)

Initializes a new instance of the DiagramLink class between the specified points with default values supplied form the specified Diagram.

DiagramLink (DiagramLink, DiagramNode, DiagramNode)

Initializes a new instance of the DiagramLink class between the specified nodes using the specified diagram link as a prototype.

 See Also

DiagramLink Class
MindFusion.Diagramming.Wpf Namespace