次の方法で共有


Image.GetPropertyItem メソッド

この Image オブジェクトの指定したプロパティ項目を取得します。

Public Function GetPropertyItem( _
   ByVal propid As Integer _) As PropertyItem
[C#]
public PropertyItem GetPropertyItem(intpropid);
[C++]
public: PropertyItem* GetPropertyItem(intpropid);
[JScript]
public function GetPropertyItem(
   propid : int) : PropertyItem;

パラメータ

  • propid
    取得するプロパティ項目の ID。

戻り値

このメソッドが取得する PropertyItem オブジェクト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Image クラス | Image メンバ | System.Drawing 名前空間