Search
ConnectionPoint Methods
 


 Public Methods

  Name Description

AddLinkToNode

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

AlignToNode

Aligns the specified point to the nearest anchor point of the connected node.

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. Returns a point from the node's associated anchor pattern.

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 relationship represented by the associated link would change if the link is attached to the specified node at the specified point.

NearestAnchorPoint

Returns the anchor point closest to the specified point from the node's associated anchor pattern.

NodesIntersect

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

PositionFromNode

Overloaded. Returns the position of the connection point.

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.

 Protected Methods

  Name Description

GetNearestBorderPoint

Returns the nearest point lying on the node border.

UpdateFromPoint

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

 See Also