TableLayoutPanel::ScaleCore Method (Single, Single)
.NET Framework (current version)
Performs the work of scaling the entire panel and any child controls.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dx
-
Type:
System::Single
The ratio by which to scale the control horizontally.
- dy
-
Type:
System::Single
The ratio by which to scale the control vertically
The ScaleCore method uses the dx and dy parameter values to scale both the height and width of the panel independently.
.NET Framework
Available since 2.0
Available since 2.0
Show: