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# Copy Code |
---|
public PointF IntersectLine ( |
Visual Basic Copy Code |
---|
Public Function IntersectLine ( _ |
The Line object to intersect the current line with.
A PointF object representing the intersection point.