GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / RescaleChildren Method
The original bounds, in document coordinates.
In This Topic
    RescaleChildren Method (GoGroup)
    In This Topic
    This handles the general case of a resize by scaling and repositioning all the children.
    Syntax
    protected virtual void RescaleChildren( 
       RectangleF old
    )

    Parameters

    old
    The original bounds, in document coordinates.
    Remarks
    Any children whose GoObject.GoObject.AutoRescales property is false is not resized and repositioned.
    See Also