GdiplusBase::operator new 메서드(gdiplusbase.h)
GdiplusBase::operator new 메서드는 하나의 Windows GDI+ 개체에 대한 메모리를 할당합니다.
구문
void *() operator new(
[in] size_t in_size
);
매개 변수
[in] in_size
형식: size_t
메모리를 할당할 개체의 크기입니다.
반환 값
이 메서드는 개체에 대한 포인터를 반환합니다.
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdiplusbase.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |