Size::Size(INT,INT) 메서드(gdiplustypes.h)

Size 개체를 만들고 WidthHeight 데이터 멤버를 초기화합니다.

구문

void Size(
  [in] INT width,
  [in] INT height
);

매개 변수

[in] width

형식: INT

Width 데이터 멤버의 초기 값을 지정하는 정수입니다.

[in] height

형식: INT

Height 데이터 멤버의 초기 값을 지정하는 정수입니다.

반환 값

없음

요구 사항

   
지원되는 최소 클라이언트 Windows XP, Windows 2000 Professional [데스크톱 앱만 해당]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
대상 플랫폼 Windows
헤더 gdiplustypes.h(Gdiplus.h 포함)
라이브러리 Gdiplus.lib
DLL Gdiplus.dll

참고 항목

크기

크기 생성자