Search
ConnectionPoint Constructor (DiagramNode, DiagramLink, Boolean)
See Also
 





Initializes a new instance of the ConnectionPoint class between the specified node and link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ConnectionPoint (
    DiagramNode node,
    DiagramLink link,
    bool incoming
)

Visual Basic  Copy Code

Public New ( _
    node As DiagramNode, _
    link As DiagramLink, _
    incoming As Boolean _
)

 Parameters

node
The node whose connection to a link is managed by this ConnectionPoint.
link
The link whose connection to a node is managed by this ConnectionPoint.
incoming
Specifies which end of the link is represented by this ConnectionPoint.

 See Also