GoDiagram Web Reference
SaveChildBounds Method

the expected bounds of the collapsed subgraph, without the collapsed margin
Save the original size and relative position for all non-links and the paths of all links.
Syntax
'Declaration
 
Protected Overridable Sub SaveChildBounds( _
   ByVal child As GoObject, _
   ByVal sgrect As RectangleF _
) 
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.
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