GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / GetNearestIntersectionPoint Method
In This Topic
    GetNearestIntersectionPoint Method (GoShape)
    In This Topic
    Consider the Pen width in determining the closest point of this object that intersects the given line.
    Syntax
    public override bool GetNearestIntersectionPoint( 
       PointF p1,
       PointF p2,
       out PointF result
    )

    Parameters

    p1
    p2
    result
    See Also