Information
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)

 

Scales the control and all child controls by the specified scaling factor.

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

public:
void Scale(
	SizeF factor
)

Parameters

factor
Type: System.Drawing::SizeF

A SizeF containing the horizontal and vertical scaling factors.

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
Return to top
Show: