GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNodePort Class / GetLinkPoint Method
In This Topic
    GetLinkPoint Method
    In This Topic
    This is called by GetToLinkPoint and GetFromLinkPoint to calculate the appropriate point for a link to connect at, considering the width of the label and the LabelSpacing.
    Syntax
    public virtual PointF GetLinkPoint( 
       int spot
    )

    Parameters

    spot

    Return Value

    the link end point, a PointF
    Remarks
    If the LabelInside property is true, this just returns GetSpotLocation(spot). Otherwise it computes a point just outside of the label, so that the link does not cross over the label.
    See Also