Form.SetClientSizeCore(Int32, Int32) 方法

定義

設定表單的工作區大小。 如此將會調整表單的邊界,讓工作區大小變成要求的大小。

protected:
 override void SetClientSizeCore(int x, int y);
protected override void SetClientSizeCore (int x, int y);
override this.SetClientSizeCore : int * int -> unit
Protected Overrides Sub SetClientSizeCore (x As Integer, y As Integer)

參數

x
Int32

要求的工作區寬度。

y
Int32

要求的工作區高度。

適用於

另請參閱