Share via


Point::P oint(constPoint&) 메서드(gdiplustypes.h)

Point 개체를 만들고 다른 Point 개체에서 데이터 멤버를 복사합니다.

구문

void Point(
  [in, ref] const Point & point
);

매개 변수

[in, ref] point

형식: const Point

XY 데이터 멤버가 새 Point 개체의 XY 데이터 멤버로 복사되는 Point 개체에 대한 참조입니다.

반환 값

없음

요구 사항

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

추가 정보

Point

점 생성자

Pointf