M_WolfCurses_Control_TextProgress_DrawProgressBar - Maxwolf/WolfCurses GitHub Wiki
Creates text progress bar based on input parameters at specified value with inputted character as progress character.
Namespace: WolfCurses.Control
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static string DrawProgressBar(
int value,
int maxValue,
int barSize
)
- value
- Type: System.Int32
Current value of the progress bar, should with within range of max value. - maxValue
- Type: System.Int32
Maximum value that the progress bar can be. - barSize
- Type: System.Int32
Total size of the progress bar.
Supported in: 0.1