PointF::P ointF(constPointF&) 메서드(gdiplustypes.h)
새 PointF 개체를 만들고 다른 PointF 개체에서 데이터를 복사합니다.
구문
void PointF(
[in, ref] const PointF & point
);
매개 변수
[in, ref] point
형식: const PointF
X 및 Y 데이터 멤버가 새 PointF 개체의 X 및 Y 데이터 멤버로 복사되는 PointF 개체에 대한 참조입니다.
반환 값
없음
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdiplustypes.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |