C# Class AnimalCrossingQR.PaletteControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jefff/animalcrossingqr

Méthodes publiques

Méthode Description
PaletteControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DrawTriangle ( Graphics graphics, Brush brush, int x, int y, bool pointLeft ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnSecondarySelectedIndexChanged ( ) : void
OnSelectedIndexChanged ( ) : void
PaletteControl_MouseClick ( object sender, MouseEventArgs e ) : void
Palette_Paint ( object sender, PaintEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

PaletteControl() public méthode

public PaletteControl ( ) : System
Résultat System