MindFusion.Wpf Pack Programmer's Guide
DiagramLink Constructor (Diagram, Point, DiagramNode)
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramLink (
    Diagram parent,
    Point src,
    DiagramNode dest
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram, _
    src As Point, _
    dest As DiagramNode _
)

 Parameters

parent
The Diagram from which to obtain default values for the link properties.
src

The origin point of the new link.

dest

The destination node of the new link.

 See Also

DiagramLink Constructor Overload List
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace