ColorPalette コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ColorPalette(Color[]) | |
ColorPalette(PaletteType) |
ColorPalette(Color[])
- ソース:
- 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)
- ソース:
- 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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET