Image::GetEncoderParameterListSize メソッド (gdiplusheaders.h)
Image::GetEncoderParameterListSize メソッドは、指定されたイメージ エンコーダーのパラメーター リストのサイズ (バイト単位) を取得します。
構文
UINT GetEncoderParameterListSize(
[in] const CLSID *clsidEncoder
);
パラメーター
[in] clsidEncoder
型: const CLSID*
エンコーダーを指定する CLSID へのポインター。
戻り値
型: UINT
このメソッドは、パラメーター リストのサイズ (バイト単位) を返します。
解説
Image::GetEncoderParameterList メソッドは EncoderParameter オブジェクトの配列を返します。 Image::GetEncoderParameterList を呼び出す前に、EncoderParameters オブジェクトの一部である配列を受け取るのに十分な大きさのバッファーを割り当てる必要があります。 Image::GetEncoderParameterListSize メソッドを呼び出して、必要な EncoderParameters オブジェクトのサイズをバイト単位で取得できます。
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusheaders.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |