GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / GetLinkPointFromPoint Method
In This Topic
    GetLinkPointFromPoint Method
    In This Topic
    Determine the actual point at which a link connected to this port should terminate when the spot is GoObject.NoSpot.
    Syntax
    public virtual PointF GetLinkPointFromPoint( 
       PointF p
    )

    Parameters

    p
    Remarks
    By default this is the same as GetNearestIntersectionPoint for the line from p to the center of this port. But this will just return the GoObject.Center if the point is contained in this port (or PortObject, if any). You may wish to override this method if you want to customize the link point connection dynamically.
    See Also