Scales the control and all child controls by the specified scaling factor.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Sub Scale( _
ByVal factor As System.Drawing.SizeF _
) |
| C# | |
|---|
public void Scale(
System.Drawing.SizeF factor
) |
Parameters
- factor
- A System.Drawing.SizeF containing the horizontal and vertical scaling factors.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also