C# Класс Nintenlord.GBA_Graphics_Editor.Forms.Controls.PaletteBox

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
GetColor ( int index ) : Color
PaletteBox ( ) : System.Drawing
SetColor ( int index, Color color ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetColor() публичный Метод

public GetColor ( int index ) : Color
index int
Результат System.Drawing.Color

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

PaletteBox() публичный Метод

public PaletteBox ( ) : System.Drawing
Результат System.Drawing

SetColor() публичный Метод

public SetColor ( int index, Color color ) : void
index int
color System.Drawing.Color
Результат void