C# Class winmaped2.ColorDlgPicker

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

Public Methods

Method Description
ColorDlgPicker ( ) : System
SetDisplayTarget ( ColorDisplaySolid cd ) : void
SetDlg ( ColorDialog dlg ) : void

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
SeekTo ( int x, int y ) : void
SetVals ( int x, int y ) : void

Method Details

ColorDlgPicker() public method

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

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

SeekTo() protected method

protected SeekTo ( int x, int y ) : void
x int
y int
return void

SetDisplayTarget() public method

public SetDisplayTarget ( ColorDisplaySolid cd ) : void
cd ColorDisplaySolid
return void

SetDlg() public method

public SetDlg ( ColorDialog dlg ) : void
dlg ColorDialog
return void

SetVals() protected method

protected SetVals ( int x, int y ) : void
x int
y int
return void