次の方法で共有


Image.PixelFormat プロパティ

この Image オブジェクトのピクセル形式を取得します。

Public ReadOnly Property PixelFormat As PixelFormat
[C#]
public PixelFormat PixelFormat {get;}
[C++]
public: __property PixelFormat get_PixelFormat();
[JScript]
public function get PixelFormat() : PixelFormat;

プロパティ値

この Image オブジェクトのピクセル形式を表す PixelFormat 列挙体。

必要条件

プラットフォーム: 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 名前空間