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






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

 Overload List

Name Description

Line.IntersectLine (Line)

Calculates the intersection point with the specified line. If there is no intersection, the returned value is an infinite point.

Line.IntersectLine (PointF, PointF)

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

 See Also

Line Members
Line Class
MindFusion.Geometry.Geometry2D Namespace