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

클라이언트 영역의 요청된 높이입니다.

적용 대상

추가 정보