C# Class SadConsole.PositionedCell

Inheritance: Cell
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Methods

Method 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 method

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

Reset() public method

Resets the positioned cell with default values;
public Reset ( ) : void
return void