GdiplusBase::operator new メソッド (gdiplusbase.h)
GdiplusBase::operator new メソッドは、1 つの 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 を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |