The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::Scale Method (SizeF)
.NET Framework (current version)
Scales the control and all child controls by the specified scaling factor.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The Scale method scales the control by the specified scaling factor. It also recursively scales all child controls if the ScaleChildren property is true. Internally, this method calls ScaleControl to scale each control.
.NET Framework
Available since 2.0
Available since 2.0
Show: