DiagramLite Programmer's Guide
DiagramLink Constructor (Diagram, DiagramNode, Point)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public DiagramLink (
    Diagram parent,
    DiagramNode origin,
    Point point
)

Visual Basic  Copy Code

Public Function DiagramLink ( _
    parent As Diagram, _
    origin As DiagramNode, _
    point As Point _
)

 Parameters

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

The origin node of the new link.

point

The destination point of the new link.

 See Also

DiagramLink Constructor Overload List
DiagramLink Class
MindFusion.Diagramming Namespace