System.Windows.Forms.Control.ScaleControl Method

Scales a control's location, size, padding and margin.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void ScaleControl (System.Drawing.SizeF factor, BoundsSpecified specified)

Parameters

factor
The factor by which the height and width of the control will be scaled.
specified
A System.Windows.Forms.BoundsSpecified value that specifies the bounds of the control to use when defining its size and position.

Remarks

If the control is top level, this will not scale the control's location. This does not scale children or the size of automatically sized controls. You can omit scaling in any direction by changing the value of the specified parameter.

Requirements

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