Share via


Point::P oint(INT,INT) 메서드(gdiplustypes.h)

두 개의 정수로 XY 데이터 멤버를 초기화하는 Point 개체를 만듭니다.

구문

void Point(
  [in] INT x,
  [in] INT y
);

매개 변수

[in] x

형식: INT

Point 개체의 x 좌표를 지정하는 정수입니다.

[in] y

형식: INT

Point 개체의 y 좌표를 지정하는 정수입니다.

반환 값

없음

요구 사항

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

참고 항목

Point

점 생성자

Pointf