GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / MoveChildren Method
The original bounds, in document coordinates.
In This Topic
    MoveChildren Method (GoNode)
    In This Topic
    This just moves all the children from the group's former location.
    Syntax
    protected override void MoveChildren( 
       RectangleF prevRect
    )

    Parameters

    prevRect
    The original bounds, in document coordinates.
    Remarks
    This first moves all IGoLinks, and then all the other child objects.
    See Also