Calculates the intersection point with the specified line. If there is no intersection, the returned value is an infinite point.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
C#
![]() |
---|
public PointF IntersectLine ( |
Visual Basic
![]() |
---|
Public Function IntersectLine ( _ |
The Line object to intersect the current line with.
A PointF object representing the intersection point.