MindFusion.Wpf Pack Programmer's Guide
ConnectionPoint Members
Constructors Properties Methods
 


This class represents a connection between an edge and a node in a graph. It decouples the DiagramLink class from the DiagramNode class, allowing edges to connect different types of nodes without knowing anything of their implementation details. Each DiagramLink objects contains two ConnectionPoint instances describing the connections at both ends of the link.

The following tables list the members exposed by the ConnectionPoint type.

 Public Constructors

  Name Description

ConnectionPoint

Overloaded. Initializes a new instance of the ConnectionPoint class.

 Public Properties

  Name Description

Node

Gets the node associated with this connection point.

RelativePosition

Gets or sets the position of this connection point, relative to the associated node's bounding rectangle, expressed in percents.

Row

Gets the index of a constituent item within the associated node where the link represented by this connection point is connected, or -1, if the link is connected to the node itself.

 Protected Properties

  Name Description

Incoming

Gets a flag indicating whether this connection point is at the origin or the destination of the associated link.

Link

Gets the link associated with this connection point.

 Public Methods

  Name Description

AddLinkToNode

Adds the link associated with this connection point to the associated node.

AnchorPointFromIndex

Returns the AnchorPoint instance with the specified index.

CalculateIntersections

Determines whether the end of a link should be aligned to the point where the node contour is intersected by the line connecting the centers of the connected nodes.

CanMoveLink

Checks whether the specified point, expressed in document coordinates, is a valid location for this connection point.

GetAnchorPos

Overloaded.  

GetEndPoint

Calculates the coordinates of the this connection point expressed in document coordinates.

GetInitialPoint

Returns a point (usually the center of the bounding rectangle) contained within the associated node.

GetIntersection

Calculates the intersection point between the specified line segment and the contour of the node associated with this connection point.

GetNodeRect

Returns the bounding rectangle of the node associated with this connection point.

LinkChanges

Checks whether the link would change if attached to the specified node at the specified point.

NodesIntersect

Checks whether the node associated with the current connection point and the node associated with the specified connection point intersect.

RemoveLinkFromNode

Removes the link associated with this connection point from the associated node.

SameNode

Checks whether the current connection point and the specified connection point are associated with the same node.

SaveEndRelative

Updates the coordinates of the connection point represented by this link, relative to the bounding rectangle of the associated node.

 Protected Methods

  Name Description

GetNearestBorderPoint

Returns the nearest point lying on the node border.

NearestAnchorPoint

Returns the nearest anchor point pertinent to this connection.

UpdateFromPoint

Updates the connection stated according to the specified point, without changing the related node.

 See Also

ConnectionPoint Class
MindFusion.Diagramming.Wpf Namespace