PropertyItem クラス (gdiplusimaging.h)

PropertyItem クラスは、Image クラスと Bitmap クラスのヘルパー クラスです。 PropertyItem オブジェクトは、画像メタデータの 1 つの部分を保持します。

PropertyItem には、次の種類のメンバーがあります。

解説

プロパティ項目 (メタデータの一部) を設定するには、 PropertyItem オブジェクトのアドレスを Image オブジェクトの Image::SetPropertyItemメソッドに渡 します。 プロパティ項目を取得するには、 PropertyItem オブジェクトのアドレスを Image オブジェクトの Image::GetPropertyItemメソッドに渡 します。

要件

   
サポートされている最小のクライアント Windows XP、Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdiplusimaging.h (Gdiplus.h を含む)

関連項目

Image::GetAllPropertyItems

Image::GetPropertyIdList

Image::GetPropertyItem

Image::GetPropertyItemSize

Image::GetPropertySize

Image::RemovePropertyItem

Image::SetPropertyItem

メタデータの読み取りと書き込み