'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub ScaleControl( _ ByVal factor As System.Drawing.SizeF, _ ByVal specified As System.Windows.Forms.BoundsSpecified _ )
'Usage
Dim instance As FormulaBar Dim factor As System.Drawing.SizeF Dim specified As System.Windows.Forms.BoundsSpecified instance.ScaleControl(factor, specified)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void ScaleControl( System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified )
protected procedure ScaleControl( factor: System.Drawing.SizeF; specified: System.Windows.Forms.BoundsSpecified ); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) protected function ScaleControl( factor : System.Drawing.SizeF, specified : System.Windows.Forms.BoundsSpecified );
Parameters
- factor
- specified