<< Click to Display Table of Contents >> NShape Reference
|
Calculates a coordinate on the outline of the shape, where an incoming line hits it.
public abstract Point IntersectOutline(int fromX, int fromY) |
This function is used with point-to-shape connections to calculate the point, where a line hits a connected shape.
Name |
Description |
---|---|
fromX, fromY |
Point from which to hit the shape. |
Coordinates of the intersection point.
None