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 object contains two ConnectionPoint instances describing the connections at both ends of the link.
The following tables list the members exposed by the ConnectionPoint type.
Name | Description | |
---|---|---|
Initializes a new instance of the ConnectionPoint class between the specified node and link. |
Name | Description | |
---|---|---|
Gets or sets the index of the destination anchor point within the AnchorPattern that contains it. |
||
Gets or sets the position of this connection point, relative to the associated node's bounding rectangle, expressed in percents. |
||
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. |
Name | Description | |
---|---|---|
Gets a flag indicating whether this connection point is at the origin or the destination of the associated link. |
||
Gets the link associated with this connection point. |
||
Gets the node associated with this connection point. |
Name | Description | |
---|---|---|
Adds the link associated with this connection point to the associated node. |
||
Returns the point from the node's associated anchor pattern (if any) with the specified index or the link's initial point. |
||
Calculates the coordinates of this connection point expressed in document coordinates. |
||
Returns a point (usually the center of the bounding rectangle) contained within the associated node. |
||
Calculates the intersection point between the specified line segment and the contour of the node associated with this connection point. |
||
Returns the bounding rectangle of the node associated with this connection point. |
||
Checks whether the link would change if attached to the specified node at the specified point. |
||
Checks whether the node associated with the current connection point and the node associated with the specified connection point intersect. |
||
Removes the link associated with this connection point from the associated node. |
||
Updates the coordinates of the connection point represented by this link, relative to the bounding rectangle of the associated node. |
||
Sets the row within the table this connection point should be associated with. |
Name | Description | |
---|---|---|
Returns the nearest anchor point pertinent to this connection. |
||
Returns the nearest point lying on the node border. |