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# Copy Code |
---|
public PointF IntersectLine ( |
Visual Basic Copy Code |
---|
Public Function IntersectLine( _ |
A PointF object representing the intersection point.