Scales the System.Windows.Forms.GroupBox by the specified factor and scaling instruction.
- factor
- The System.Drawing.SizeF that indicates the height and width of the scaled control.
- specified
- One of the System.Windows.Forms.BoundsSpecified values that indicates how the control should be scaled.
If the control is top level, this method will not scale the control's location. This method does not scale children or the size of automatically sized controls. You can omit scaling in any direction by changing the value of the specified parameter.