ScrollableControl.ScaleControl(SizeF, BoundsSpecified) 方法

定义

缩放控件的位置、大小、空白和边距。

protected:
 override void ScaleControl(System::Drawing::SizeF factor, System::Windows::Forms::BoundsSpecified specified);
protected override void ScaleControl (System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified);
override this.ScaleControl : System.Drawing.SizeF * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub ScaleControl (factor As SizeF, specified As BoundsSpecified)

参数

factor
SizeF

控件高度和宽度的缩放因子。

specified
BoundsSpecified

一个 BoundsSpecified 值,指定在定义控件的大小和位置时要使用的控件边界。

适用于

另请参阅