Scales the control and all child controls by the specified scaling factor.
Syntax
'Declaration
Public Overloads Sub Scale( _
ByVal As SizeF _
)
public void Scale(
SizeF
)
Parameters
- factor
- A System.Drawing.SizeF containing the horizontal and vertical scaling factors.
See Also