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 (Single, Single)
.NET Framework (current version)
Scales the entire control and any child controls.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [ObsoleteAttribute("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")] void Scale( float dx, float dy )
Parameters
- dx
-
Type:
System::Single
The horizontal scaling factor.
- dy
-
Type:
System::Single
The vertical scaling factor.
.NET Framework
Available since 1.1
Available since 1.1
Show: