C# Класс AForge.Controls.HuePicker

Hue picker control.

The control allows selecting hue value (or range) from HSL color space. Hue values are integer values in the [0, 359] range.

If control's type is set to HuePickerType.Value, then it allows selecting single hue value and looks like this:

If control's type is set to HuePickerType.Range, then it allows selecting range of hue values and looks like this:

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

Private Properties

Свойство Тип Описание
HSLPicker_MouseDown void
HSLPicker_MouseMove void
HSLPicker_MouseUp void
InitializeComponent void

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

Метод Описание
HuePicker ( ) : System

Initializes a new instance of the HuePicker class.

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

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

Dispose the object.

OnPaint ( PaintEventArgs pe ) : void

Paint the controls.

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

Метод Описание
HSLPicker_MouseDown ( object sender, System e ) : void
HSLPicker_MouseMove ( object sender, System e ) : void
HSLPicker_MouseUp ( object sender, System e ) : void
InitializeComponent ( ) : void

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

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

Dispose the object.
protected Dispose ( bool disposing ) : void
disposing bool Specifies if disposing was invoked by user's code.
Результат void

HuePicker() публичный метод

Initializes a new instance of the HuePicker class.
public HuePicker ( ) : System
Результат System

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

Paint the controls.
protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs Paint event arguments.
Результат void