C# Class winmaped2.ColorDisplay

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

Méthodes publiques

Méthode Description
ColorDisplay ( ) : System
SetController ( ColorPicker cp ) : void

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
ColorChanged ( ) : void

Method Details

ColorDisplay() public méthode

public ColorDisplay ( ) : System
Résultat System

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

SetController() public méthode

public SetController ( ColorPicker cp ) : void
cp ColorPicker
Résultat void