C# Class winmaped2.ColorDisplay

Inheritance: System.Windows.Forms.RadioButton
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
ColorDisplay ( ) : System
SetController ( ColorPicker cp ) : void

Protected Methods

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

Private Methods

Method Description
ColorChanged ( ) : void

Method Details

ColorDisplay() public method

public ColorDisplay ( ) : System
return System

OnMouseDown() protected method

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

OnPaint() protected method

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

SetController() public method

public SetController ( ColorPicker cp ) : void
cp ColorPicker
return void