GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoArc Class / GetNearestIntersectionPoint Method
In This Topic
    GetNearestIntersectionPoint Method (GoArc)
    In This Topic
    Find the intersection points of an arc and the infinite line p1-p2 that is closest to point p1.
    Syntax
    public override bool GetNearestIntersectionPoint( 
       PointF p1,
       PointF p2,
       out PointF result
    )

    Parameters

    p1
    p2
    result
    See Also