GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGroup Class
/ RescaleChildren Method
The original bounds, in document coordinates.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
RescaleChildren Method (GoGroup)
In This Topic
This handles the general case of a resize by scaling and repositioning all the children.
Syntax
C#
protected
virtual
void
RescaleChildren(
RectangleF
old
)
Parameters
old
The original bounds, in document coordinates.
Remarks
Any children whose
GoObject
.
GoObject.AutoRescales
property is false is not resized and repositioned.
See Also
Reference
GoGroup Class
GoGroup Members