Search
Polygon.IntersectLine Method
See Also
 






 Overload List

Name Description

Polygon.IntersectLine (Line)

Calculates the intersections between the polygon and the given line. The result is a list containing all points of intersection.

Polygon.IntersectLine (Point, Point)

Calculates the intersections between the polygon and the line defined by the given points. The result is a list containing all points of intersection.

 See Also