GoDiagram Web Reference
SavedBounds Property

Gets the dictionary that remembers the sizes and relative positions of all of the child objects when the subgraph is collapsed.
Syntax
'Declaration
 
Public ReadOnly Property SavedBounds As Dictionary(Of GoObject,RectangleF)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoSubGraph Class
GoSubGraph Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback