<< Click to Display Table of Contents >> NShape Reference
|
Calculates the foot of a connection.
public abstract Point CalculateConnectionFoot(int fromX, int fromY) |
Calculates the intersection point of the shape's outline with the line between the given coordinates and the shape's balance point. This method is used to determine the foot of a shape-to-shape connection.
Name |
Description |
---|---|
fromX, fromY |
Start point of the connection. |
Absolute coordinates of the point defined by relativePosition.
None