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

    Parameters

    prevRect
    The original bounds, in document coordinates.
    Remarks
    Any children whose AutoRescales property is false is not resized and repositioned. This first rescales all IGoLinks, and then all the other child objects.
    See Also