C# Class GameCommon.ProgressBar

Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
DrawProgress ( int percentage ) : void
DrawProgress ( int percentage, char progressBarCharacter, ConsoleColor color ) : void
ProgressBar ( ) : System

Private Methods

Méthode Description
OnTick ( object state ) : void
Start ( ) : void
Stop ( ) : void

Method Details

DrawProgress() public static méthode

public static DrawProgress ( int percentage ) : void
percentage int
Résultat void

DrawProgress() public static méthode

public static DrawProgress ( int percentage, char progressBarCharacter, ConsoleColor color ) : void
percentage int
progressBarCharacter char
color ConsoleColor
Résultat void

ProgressBar() public méthode

public ProgressBar ( ) : System
Résultat System