次の方法で共有


Image.Palette プロパティ

この Image オブジェクトに使用する、カラー パレットを取得または設定します。

Public Property Palette As ColorPalette
[C#]
public ColorPalette Palette {get; set;}
[C++]
public: __property ColorPalette* get_Palette();public: __property void set_Palette(ColorPalette*);
[JScript]
public function get Palette() : ColorPalette;public function set Palette(ColorPalette);

プロパティ値

この Image オブジェクトに使用する、カラー パレットを表す ColorPalette オブジェクト。

必要条件

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