C# Class Board.Board

Afficher le fichier Open project: KNCT-KPC/Bungo Class Usage Examples

Méthodes publiques

Méthode Description
Board ( ) : System
Copy ( Board other ) : void
place ( int original_stone, bool front, int angle, int x, int y ) : bool
reset ( ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
Board_Load ( object sender, EventArgs e ) : void
dfs ( int map, int x, int y ) : void
getColor ( int x, int y ) : System.Color
isAccept ( ) : bool

Method Details

Board() public méthode

public Board ( ) : System
Résultat System

Copy() public méthode

public Copy ( Board other ) : void
other Board
Résultat void

OnPaint() protected méthode

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

place() public méthode

public place ( int original_stone, bool front, int angle, int x, int y ) : bool
original_stone int
front bool
angle int
x int
y int
Résultat bool

reset() public méthode

public reset ( ) : void
Résultat void