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

Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
CellButton ( Coordinates coord ) : System

Protected Methods

Method Description
DoPaint ( ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
CellButton ( ) : System
LoadImage ( Assembly assembly, string img ) : Image

Method Details

CellButton() public method

public CellButton ( Coordinates coord ) : System
coord Coordinates
return System

DoPaint() protected method

protected DoPaint ( ) : void
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void