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






Calculates the intersection point of this line with the specified line segment.

 Overload List

Name Description

Line.IntersectSegment (Line)

Calculates the intersection point with the particular line segment. If there is no intersection, the return value is an infinite point.

Line.IntersectSegment (PointF, PointF)

Calculates the intersection point with the line segment defined by the particular points. If there is no intersection, the return value is an infinite point.

 See Also

Line Members
Line Class
MindFusion.Geometry.Geometry2D Namespace