C# Class MBC.App.FormBattleship.Controls.CellButton

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
CellButton ( Coordinates coord ) : System

Méthodes protégées

Méthode Description
DoPaint ( ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
CellButton ( ) : System
LoadImage ( Assembly assembly, string img ) : Image

Method Details

CellButton() public méthode

public CellButton ( Coordinates coord ) : System
coord Coordinates
Résultat System

DoPaint() protected méthode

protected DoPaint ( ) : void
Résultat void

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void