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
BlockFull
public const char BlockFull = '█'
Field Value
BlockLight
public const char BlockLight = '░'
Field Value
BlockMedium
public const char BlockMedium = '▒'
Field Value
BulletChar
public const char BulletChar = '•'
Field Value
DefaultArcSegments
public const int DefaultArcSegments = 64
Field Value
DotChar
public const char DotChar = '·'
Field Value
MinWordWrapWidth
public const int MinWordWrapWidth = 4
Field Value
StippleDarkThreshold
public const double StippleDarkThreshold = 0.75
Field Value
StippleLightThreshold
public const double StippleLightThreshold = 0.25
Field Value
StippleMediumThreshold
public const double StippleMediumThreshold = 0.5
Field Value
StippleModulus
public const int StippleModulus = 1000
Field Value
StipplePrimeX
public const int StipplePrimeX = 7919
Field Value
StipplePrimeY
public const int StipplePrimeY = 104729