DiagramLite Programmer's Guide
TreeViewConnectionPoint Methods
 


 Public Methods

  Name Description

AddLinkToNode

ConnectionPoint.AddLinkToNode override.

GetEndPoint

ConnectionPoint.GetEndPoint override.

GetInitialPoint

ConnectionPoint.GetInitialPoint override.

GetIntersection

ConnectionPoint.GetIntersection override.

LinkChanges

ConnectionPoint.LinkChanges override.

RemoveLinkFromNode

ConnectionPoint.RemoveLinkFromNode override.

SaveEndRelative

ConnectionPoint.SaveEndRelative override.

UpdateRow

Sets the row within the table this connection point should be associated with.

 Protected Methods

  Name Description

GetNearestAnchorPoint

ConnectionPoint.GetNearestAnchorPoint override.

GetNearestBorderPoint

ConnectionPoint.GetNearestBorderPoint override.

 Inherited Public Methods

  Name Description

AddLinkToNode

Adds the link associated with this connection point to the associated node. (Inherited from ConnectionPoint.)

GetAnchorPos

Returns the point from the node's associated anchor pattern (if any) with the specified index or the link's initial point.
(Inherited from ConnectionPoint.)

GetEndPoint

Calculates the coordinates of this connection point expressed in document coordinates. (Inherited from ConnectionPoint.)

GetInitialPoint

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

GetIntersection

Calculates the intersection point between the specified line segment and the contour of the node associated with this connection point. (Inherited from ConnectionPoint.)

GetNodeRect

Returns the bounding rectangle of the node associated with this connection point. (Inherited from ConnectionPoint.)

LinkChanges

Checks whether the link would change if attached to the specified node at the specified point. (Inherited from ConnectionPoint.)

NodesIntersect

Checks whether the node associated with the current connection point and the node associated with the specified connection point intersect. (Inherited from ConnectionPoint.)

RemoveLinkFromNode

Removes the link associated with this connection point from the associated node. (Inherited from ConnectionPoint.)

SaveEndRelative

Updates the coordinates of the connection point represented by this link, relative to the bounding rectangle of the associated node. (Inherited from ConnectionPoint.)

UpdateRow

Sets the row within the table this connection point should be associated with. (Inherited from ConnectionPoint.)

 Inherited Protected Methods

  Name Description

GetNearestAnchorPoint

Returns the nearest anchor point pertinent to this connection. (Inherited from ConnectionPoint.)

GetNearestBorderPoint

Returns the nearest point lying on the node border. (Inherited from ConnectionPoint.)

 See Also

TreeViewConnectionPoint Class
MindFusion.Diagramming Namespace