Finds the intersection point of the lines defined by the specified point pairs. Namespace: MindFusion
|
C#
![]() |
---|
public static PointF LineIntersect ( |
Visual Basic
![]() |
---|
Public Shared Function LineIntersect ( _ |
The intersection point of the specified lines or PointF(float.MinValue, float.MinValue) if the lines do not intersect.