C# Class SadConsole.PositionedCell

Inheritance: Cell
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( PositionedCell destination ) : void

Copies this positioned cell's values to another positioned cell.

Reset ( ) : void

Resets the positioned cell with default values;

Method Details

Copy() public méthode

Copies this positioned cell's values to another positioned cell.
public Copy ( PositionedCell destination ) : void
destination PositionedCell The cell to write to.
Résultat void

Reset() public méthode

Resets the positioned cell with default values;
public Reset ( ) : void
Résultat void