GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoEllipse Class / GetNearestIntersectionPoint Method
In This Topic
    GetNearestIntersectionPoint Method (GoEllipse)
    In This Topic
    A point on the ellipse that is coincident with a line drawn from the center of the ellipse to the given point.
    Syntax
    public override bool GetNearestIntersectionPoint( 
       PointF p1,
       PointF p2,
       out PointF result
    )

    Parameters

    p1
    p2
    result
    See Also