GoDiagram Web Reference
OnBoundsChanged Method (GoGroup)

Provides default behavior, assuming all children are already correctly placed and sized, and only need to be moved and/or scaled to fit the new bounds of this GoGroup.
Syntax
'Declaration
 
Protected Overrides Sub OnBoundsChanged( _
   ByVal old As RectangleF _
) 
protected override void OnBoundsChanged( 
   RectangleF old
)

Parameters

old
Remarks
The default behavior, if the size did not change, is just to call MoveChildren. If the size did change, we call RescaleChildren to rescale and proportionally reposition all of the children, and then we call LayoutChildren to give the node a chance to do special positioning of any of the children.
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

GoGroup Class
GoGroup Members
Base Implementation in OnBoundsChanged
OnBoundsChanged Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback