Search
DiagramLink Constructor
See Also
 





Initializes a new instance of the DiagramLink class.

 Overload List

Name Description

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 node with default values supplied form the specified Diagram.

DiagramLink (Diagram, DiagramNode, PointF)

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, PointF, 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, PointF, PointF)

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