Table of Contents

Class DrawingConstants

Namespace
SharpConsoleUI.Drawing
Assembly
SharpConsoleUI.dll

Named constants for drawing primitives including characters, thresholds, and algorithm parameters.

public static class DrawingConstants
Inheritance
DrawingConstants
Inherited Members

Fields

BlockDark

public const char BlockDark = '▓'

Field Value

char

BlockFull

public const char BlockFull = '█'

Field Value

char

BlockLight

public const char BlockLight = '░'

Field Value

char

BlockMedium

public const char BlockMedium = '▒'

Field Value

char

BulletChar

public const char BulletChar = '•'

Field Value

char

DefaultArcSegments

public const int DefaultArcSegments = 64

Field Value

int

DotChar

public const char DotChar = '·'

Field Value

char

MinWordWrapWidth

public const int MinWordWrapWidth = 4

Field Value

int

StippleDarkThreshold

public const double StippleDarkThreshold = 0.75

Field Value

double

StippleLightThreshold

public const double StippleLightThreshold = 0.25

Field Value

double

StippleMediumThreshold

public const double StippleMediumThreshold = 0.5

Field Value

double

StippleModulus

public const int StippleModulus = 1000

Field Value

int

StipplePrimeX

public const int StipplePrimeX = 7919

Field Value

int

StipplePrimeY

public const int StipplePrimeY = 104729

Field Value

int