GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / SaveChildBounds Method
the expected bounds of the collapsed subgraph, without the collapsed margin
In This Topic
    SaveChildBounds Method
    In This Topic
    Save the original size and relative position for all non-links and the paths of all links.
    Syntax
    protected virtual void SaveChildBounds( 
       GoObject child,
       RectangleF sgrect
    )

    Parameters

    child
    sgrect
    the expected bounds of the collapsed subgraph, without the collapsed margin
    Remarks
    This saves the points of link strokes, relative to the sgrect's position, in the SavedPaths hash table. For other objects, besides the Handle, Port, Label, or CollapsedObject, this saves the current size and position relative to the sgrect in the SavedBounds hash table.
    See Also