Bitmap::GetHistogramSize メソッド (gdiplusheaders.h)

Bitmap::GetHistogramSize は、Bitmap オブジェクトの Bitmap::GetHistogram メソッドを呼び出す前に割り当てる必要がある要素の数 (UINTの配列内) を返します。

構文

Status GetHistogramSize(
  [in]  HistogramFormat format,
  [out] UINT            *NumberOfEntries
);

パラメーター

[in] format

種類: HistogramFormat

ビットマップのピクセル形式を指定する HistogramFormat 列挙体の要素。

[out] NumberOfEntries

種類: UINT*

エントリの数を受け取る UINT へのポインター。

戻り値

種類: 状態

メソッドが成功した場合は、Status 列挙の要素である Ok を返します

メソッドが失敗した場合は、 Status 列挙体の他の要素のいずれかを返します。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdiplusheaders.h (Gdiplus.h を含む)
Library Gdiplus.lib
[DLL] Gdiplus.dll

こちらもご覧ください

Bitmap