GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / OnBoundsChanged Method
In This Topic
    OnBoundsChanged Method (GoGroup)
    In This Topic
    Provides default behavior, assuming all children are already correctly placed and sized, and only need to be moved and/or scaled to fit the new bounds of this GoGroup.
    Syntax
    protected override void OnBoundsChanged( 
       RectangleF old
    )

    Parameters

    old
    Remarks
    The default behavior, if the size did not change, is just to call MoveChildren. If the size did change, we call RescaleChildren to rescale and proportionally reposition all of the children, and then we call LayoutChildren to give the node a chance to do special positioning of any of the children.
    See Also