GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDiamond Class / GetNearestIntersectionPoint Method
In This Topic
    GetNearestIntersectionPoint Method (GoDiamond)
    In This Topic
    The closest point of a diamond that intersects with a given line is the closest such point of each of its four line segments.
    Syntax
    public override bool GetNearestIntersectionPoint( 
       PointF p1,
       PointF p2,
       out PointF result
    )

    Parameters

    p1
    p2
    result
    See Also