Search
Line.IntersectSegment Method
See Also
 






 Overload List

Name Description

Line.IntersectSegment (Line)

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

Line.IntersectSegment (Point, Point)

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

 See Also