色の配列に格納されているカラー情報の解釈方法を指定する値を取得します。
Public ReadOnly Property Flags As Integer
[C#]
public int Flags {get;}
[C++]
public: __property int get_Flags();
[JScript]
public function get Flags() : int;
プロパティ値
有効なフラグ値は次のとおりです。
- 0x00000001
配列内のカラー値にはアルファ情報が含まれています。 - 0x00000002
配列内の色はグレースケール値です。 - 0x00000004
配列内の色はハーフトーン値です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ColorPalette クラス | ColorPalette メンバ | System.Drawing.Imaging 名前空間