GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / GetFromLinkPoint Method
In This Topic
    GetFromLinkPoint Method (GoPort)
    In This Topic
    Determines the actual point at which a link coming out from this port should originate.
    Syntax
    public virtual PointF GetFromLinkPoint( 
       IGoLink link
    )

    Parameters

    link
    Remarks
    When the value of FromSpot 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