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

    Parameters

    p1
    p2
    result
    Remarks
    This currently does not always take into account any Pen width.
    See Also