Initializes a new instance of the DiagramLink class between the specified nodes using the specified diagram link as a prototype.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The link to use as a prototype. The properties of the new link are initialized from the property values of this link.
The origin node of the new link.
The destination node of the new link.
See Also