Search
Line.IntersectLine Method
See Also
 






 Overload List

Name Description

Line.IntersectLine (Line)

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

Line.IntersectLine (Point, Point)

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

 See Also