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

必要なクライアント領域の高さ。

適用対象

こちらもご覧ください