- factor
- A System.Drawing.SizeF containing the horizontal and vertical scaling factors.
The Control.Scale(System.Drawing.SizeF) method scales the control by the specified scaling factor. It also recursively scales all child controls if the Control.ScaleChildren property is true. Internally, this method calls Control.ScaleControl(System.Drawing.SizeF, BoundsSpecified) to scale each control.