TableLayoutPanel.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 중 하나는 크기와 위치를 정의할 때 사용할 컨트롤의 범위를 지정합니다.

적용 대상