C# Class Goblinfactory.Konsole.ConsoleWriter

Inheritance: IConsole
Afficher le fichier Open project: goblinfactory/progress-bar

Méthodes publiques

Méthode Description
PrintAt ( int x, int y, string format ) : void
WindowWidth ( ) : int
Write ( string format ) : void
WriteLine ( string format ) : void

Method Details

PrintAt() public méthode

public PrintAt ( int x, int y, string format ) : void
x int
y int
format string
Résultat void

WindowWidth() public méthode

public WindowWidth ( ) : int
Résultat int

Write() public méthode

public Write ( string format ) : void
format string
Résultat void

WriteLine() public méthode

public WriteLine ( string format ) : void
format string
Résultat void