Search
DiagramLink Constructor (Diagram, DiagramNode, PointF)
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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLink (
    Diagram parent,
    DiagramNode origin,
    PointF destination
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram, _
    origin As DiagramNode, _
    destination As PointF _
)

 Parameters

parent

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

origin

The origin node of the new link.

destination

The destination point of the new link.

 See Also