C# Class BattleShip.Cendre

Afficher le fichier Open project: LucienCamuglia/Battleships Class Usage Examples

Méthodes publiques

Méthode Description
Cendre ( int x, int y, int to_x, int to_y, int tm ) : System
OnPaint ( PaintEventArgs ep ) : void

Method Details

Cendre() public méthode

public Cendre ( int x, int y, int to_x, int to_y, int tm ) : System
x int
y int
to_x int
to_y int
tm int
Résultat System

OnPaint() public méthode

public OnPaint ( PaintEventArgs ep ) : void
ep PaintEventArgs
Résultat void