Finds the intersection point of the lines defined by the specified point pairs.
Namespace: MindFusion
Assembly: MindFusion.Charting
C# Copy Code |
---|
public static Point LineIntersect ( |
Visual Basic Copy Code |
---|
Public Shared Function LineIntersect( _ |
The intersection point of the specified lines or Point(double.MinValue, double.MinValue) if the lines do not intersect.