ScaleControl(SizeF,BoundsSpecified) Method
In This Topic
Scales a control's location, size, padding and margin.
Syntax
'Declaration
Protected Overrides Sub ScaleControl( _
ByVal As System.Drawing.SizeF, _
ByVal As System.Windows.Forms.BoundsSpecified _
)
protected override void ScaleControl(
System.Drawing.SizeF ,
System.Windows.Forms.BoundsSpecified
)
Parameters
- factor
- specified
See Also