C# Class winmaped2.ColorSlider

Summary description for ColorSliders.
Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
ColorSlider ( ) : 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
TargetCursor ( int mx ) : void
ValueChanged ( ) : void
colchanged ( ) : void

Method Details

ColorSlider() public method

public ColorSlider ( ) : System
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