GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / SavedBounds Property
In This Topic
    SavedBounds Property
    In This Topic
    Gets the dictionary that remembers the sizes and relative positions of all of the child objects when the subgraph is collapsed.
    Syntax
    public Dictionary<GoObject,RectangleF> SavedBounds {get;}

    Property Value

    The dictionary may be empty when the subgraph is in an expanded state.
    Remarks
    The dictionary maps child non-link objects to RectangleF structures. Although the values are in document coordinates, the (X,Y) position is not an absolute position but a position relative to the Handle's position. Modifications to this dictionary have no effect except upon a call to Expand, and are not recorded by the undo manager.
    See Also