Initializes a new instance of the FlowDiagramConnectionPoint class.

Namespace:  Mindscape.WpfDiagramming.FlowDiagrams
Assembly:  Mindscape.WpfDiagramming.FlowDiagrams (in Mindscape.WpfDiagramming.FlowDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public FlowDiagramConnectionPoint(
	IDiagramConnectable connectable,
	Edge edge
)
Visual Basic (Declaration)
Public Sub New ( _
	connectable As IDiagramConnectable, _
	edge As Edge _
)

Parameters

connectable
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramConnectable
The connectable object (node or connection) on which the connection point is situated.
edge
Type: Mindscape.WpfDiagramming..::.Edge
The Edge of the connectable that this point is situated on.

See Also