Search
DiagramLink Constructor
See Also
 






 Overload List

Name Description

DiagramLink ()

Initializes a new instance of the DiagramLink class.

DiagramLink (Diagram)

Initializes a new instance of the DiagramLink class.

DiagramLink (Diagram, DiagramNode, DiagramNode)

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

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 (DiagramLink)

Creates a new DiagramLink instance

 See Also