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

Inheritance: Button
Show file Open project: Meragon/Unity-WinForms

Public Methods

Method Description
Dispose ( ) : void
HuePicker ( int w, int h ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
Application_UpClick ( object sender, MouseEventArgs e ) : void
_UpdateImage ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HuePicker() public method

public HuePicker ( int w, int h ) : System
w int
h int
return System

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void