Charting for WinForms Programmer's Guide
Polygon.IntersectSegment Method
See Also
 






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

 Overload List

Name Description

Polygon.IntersectSegment (Line)

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

Polygon.IntersectSegment (PointF, PointF)

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

 See Also

Polygon Members
Polygon Class
MindFusion.Geometry.Geometry2D Namespace