C# Class Goblinfactory.Konsole.ConsoleWriter

Inheritance: IConsole
ファイルを表示 Open project: goblinfactory/progress-bar

Public Methods

Method Description
PrintAt ( int x, int y, string format ) : void
WindowWidth ( ) : int
Write ( string format ) : void
WriteLine ( string format ) : void

Method Details

PrintAt() public method

public PrintAt ( int x, int y, string format ) : void
x int
y int
format string
return void

WindowWidth() public method

public WindowWidth ( ) : int
return int

Write() public method

public Write ( string format ) : void
format string
return void

WriteLine() public method

public WriteLine ( string format ) : void
format string
return void