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

    Parameters

    link
    Remarks
    When the value of ToSpot is not GoObject.NoSpot, this just returns that spot's location. Otherwise this returns GetLinkPointFromPoint for a point near the end of the link. You may wish to override this method if you want to customize the link point connection dynamically.
    See Also