ColorPalette 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ColorPalette(Color[]) | |
ColorPalette(PaletteType) |
ColorPalette(Color[])
- Source:
- ColorPalette.cs
public:
ColorPalette(... cli::array <System::Drawing::Color> ^ entries);
public ColorPalette (params System.Drawing.Color[] entries);
new System.Drawing.Imaging.ColorPalette : System.Drawing.Color[] -> System.Drawing.Imaging.ColorPalette
Public Sub New (ParamArray entries As Color())
参数
- entries
- Color[]
适用于
ColorPalette(PaletteType)
- Source:
- ColorPalette.cs
public:
ColorPalette(System::Drawing::Imaging::PaletteType paletteType);
public ColorPalette (System.Drawing.Imaging.PaletteType paletteType);
new System.Drawing.Imaging.ColorPalette : System.Drawing.Imaging.PaletteType -> System.Drawing.Imaging.ColorPalette
Public Sub New (paletteType As PaletteType)
参数
- paletteType
- PaletteType