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

 Syntax

C#  Copy Code

public DiagramLink (
    Diagram parent,
    PointF src,
    PointF dest
)

Visual Basic  Copy Code

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

 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