GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoEllipse Class / NearestIntersectionOnEllipse Method
In This Topic
    NearestIntersectionOnEllipse Method
    In This Topic
    Find the intersection point of the elliptical path defined by rectangle rect and an infinite line p1-p2 that is closest to point p1.
    Syntax
    public static bool NearestIntersectionOnEllipse( 
       RectangleF rect,
       PointF p1,
       PointF p2,
       out PointF result
    )

    Parameters

    rect
    p1
    p2
    result
    See Also