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)
[<ObsoleteAttribute("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")>] member Scale : dx:float32 * dy:float32 -> unit
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: