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
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET 1 사용 예제들

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