GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / Changed Method
In This Topic
    Changed Method (GoLink)
    In This Topic
    If one of the stroke's points has changed, we notify this link's AbstractLink about the change, so that it has a chance to recalculate its stroke.
    Syntax

    Parameters

    subhint
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    Remarks
    This notification is useful for GoLabeledLink to be notified about changes in the stroke so that its labels can be repositioned.
    See Also