次の方法で共有


ImageList.ColorDepth プロパティ

イメージ リストの色深度を取得します。

Public Property ColorDepth As ColorDepth
[C#]
public ColorDepth ColorDepth {get; set;}
[C++]
public: __property ColorDepth get_ColorDepth();public: __property void set_ColorDepth(ColorDepth);
[JScript]
public function get ColorDepth() : ColorDepth;public function set ColorDepth(ColorDepth);

プロパティ値

イメージに対して使用できる色の数。.NET Framework Version 1.0 の場合、既定値は Depth4Bit です。.NET Framework Version 1.1 の場合、既定値は Depth8Bit です。

例外

例外の種類 条件
InvalidEnumArgumentException ColorDepth 列挙値が、有効ではありません。

解説

色深度を新しい値に設定すると、そのイメージ リストに対する Handle が再び作成されます。

必要条件

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

参照

ImageList クラス | ImageList メンバ | System.Windows.Forms 名前空間 | ColorDepth