GdiplusBase::operator delete[] メソッド (gdiplusbase.h)
xref rid="gdiplus_CLASS_GdiplusBase_operator_delete_bracket_in_pVoid" qualify="0"/> メソッドは、Windows GDI+ オブジェクトの配列のメモリの割り当てを解除します。
構文
void() operator delete[](
[in] void *in_pVoid
);
パラメーター
[in] in_pVoid
型: void*
割り当てを解除するオブジェクトの配列へのポインター。
戻り値
このメソッドは値を返しません。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusbase.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |