C# Class winmaped2.ColorDlgPicker

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Méthode Description
ColorDlgPicker ( ) : System
SetDisplayTarget ( ColorDisplaySolid cd ) : void
SetDlg ( ColorDialog dlg ) : void

Méthodes protégées

Méthode 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 méthode

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

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SeekTo() protected méthode

protected SeekTo ( int x, int y ) : void
x int
y int
Résultat void

SetDisplayTarget() public méthode

public SetDisplayTarget ( ColorDisplaySolid cd ) : void
cd ColorDisplaySolid
Résultat void

SetDlg() public méthode

public SetDlg ( ColorDialog dlg ) : void
dlg ColorDialog
Résultat void

SetVals() protected méthode

protected SetVals ( int x, int y ) : void
x int
y int
Résultat void