MindFusion.Wpf Pack Programmer's Guide
DiagramNode.CreateConnectionPoint Method
See Also
 





Creates a connection point between this node and the specified link at the specified point.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected virtual ConnectionPoint CreateConnectionPoint (
    DiagramLink link,
    Point point,
    bool incoming
)

Visual Basic  Copy Code

Protected Overridable Function CreateConnectionPoint( _
    link As DiagramLink, _
    point As Point, _
    incoming As Boolean _
) As ConnectionPoint

 Parameters

link
A DiagramLink that should be connected to this node.
point

The point at which the link should be connected.

incoming
true if link is an incoming link, otherwise, false.

 Return Value

A ConnectionPoint instance representing the connection.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace