System.Windows.Forms.TableLayoutPanel.ScaleCore Method

Performs the work of scaling the entire panel and any child controls.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore (float dx, float dy)

Parameters

dx
The ratio by which to scale the control horizontally.
dy
The ratio by which to scale the control vertically

Remarks

The TableLayoutPanel.ScaleCore(float, float) method uses the dx and dy parameter values to scale both the height and width of the panel independently.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0