TableLayoutPanel.ScaleCore(Single, Single) Method

Definition

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

protected:
 override void ScaleCore(float dx, float dy);
protected override void ScaleCore (float dx, float dy);
override this.ScaleCore : single * single -> unit
Protected Overrides Sub ScaleCore (dx As Single, dy As Single)

Parameters

dx
Single

The ratio by which to scale the control horizontally.

dy
Single

The ratio by which to scale the control vertically.

Remarks

The ScaleCore method uses the dx and dy parameter values to scale both the height and width of the panel independently.

Applies to