Calculates the intersection point with the line defined by the particular points. 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( _ |
A PointF object representing the intersection point.