M_WolfCurses_Control_TextProgress_DrawProgressBar - Maxwolf/WolfCurses GitHub Wiki

TextProgress.DrawProgressBar Method

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)

Syntax

C#

public static string DrawProgressBar(
	int value,
	int maxValue,
	int barSize
)

Parameters

 

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.

Return Value

Type: String
The String.

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

TextProgress Class
WolfCurses.Control Namespace

⚠️ **GitHub.com Fallback** ⚠️