GoDiagram Web Reference
RescaleChildren Method (GoNode)

The original bounds, in document coordinates.
This handles the general case of a resize by scaling and repositioning all the children.
Syntax
'Declaration
 
Protected Overrides Sub RescaleChildren( _
   ByVal prevRect As RectangleF _
) 
protected override void RescaleChildren( 
   RectangleF prevRect
)

Parameters

prevRect
The original bounds, in document coordinates.
Remarks
Any children whose AutoRescales property is false is not resized and repositioned. This first rescales all IGoLinks, and then all the other child objects.
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

GoNode Class
GoNode Members
Base Implementation in RescaleChildren

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback