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





Initializes a new instance of the DiagramLink class between the specified points 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,
    Point dest
)

Visual Basic  Copy Code

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

 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 point of the new link.

 See Also

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