Image.Palette Właściwość

Definicja

Pobiera lub ustawia paletę kolorów używaną dla tego elementu Image.

public:
 property System::Drawing::Imaging::ColorPalette ^ Palette { System::Drawing::Imaging::ColorPalette ^ get(); void set(System::Drawing::Imaging::ColorPalette ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Imaging.ColorPalette Palette { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Palette : System.Drawing.Imaging.ColorPalette with get, set
Public Property Palette As ColorPalette

Wartość właściwości

Element ColorPalette reprezentujący paletę kolorów używaną dla tego elementu Image.

Atrybuty

Uwagi

Ta właściwość zwraca kopię obiektu używanego ColorPalette przez ten Imageobiekt .

Dotyczy