Search
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 form the specified Diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public New ( _
    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