C# Class System.Windows.Forms.ColorPickerForm.HuePicker

Inheritance: Button
Afficher le fichier Open project: Meragon/Unity-WinForms

Méthodes publiques

Méthode Description
Dispose ( ) : void
HuePicker ( int w, int h ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
Application_UpClick ( object sender, MouseEventArgs e ) : void
_UpdateImage ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HuePicker() public méthode

public HuePicker ( int w, int h ) : System
w int
h int
Résultat System

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void