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 を含む) |
Library | Gdiplus.lib |