GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / LinksOnPortChanged Method
In This Topic
    LinksOnPortChanged Method (GoBoxPort)
    In This Topic
    Sets an internal flag that causes the link positions to be recalculated when link routing occurs.
    Syntax
    public override void LinksOnPortChanged( 
       int subhint,
       int oldI,
       object oldVal,
       RectangleF oldRect,
       int newI,
       object newVal,
       RectangleF newRect
    )

    Parameters

    subhint
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    See Also