C# 클래스 SadConsole.PositionedCell

상속: Cell
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( PositionedCell destination ) : void

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

Reset ( ) : void

Resets the positioned cell with default values;

메소드 상세

Copy() 공개 메소드

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

Reset() 공개 메소드

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