Search
Polygon.IntersectLine Method
See Also
 






Calculates all intersection points of this polygon and the specified line.

 Overload List

Name Description

Polygon.IntersectLine (Line)

Calculates all intersection points of this polygon and the specified line. The result is a list containing all points of intersection.

Polygon.IntersectLine (PointF, PointF)

Calculates all intersection points of this polygon and the line defined by the specified points. The result is a list containing all points of intersection.

 See Also