Table of Contents

Class TuiSquare

Namespace
AshConsoleGraphics
Assembly
AshConsoleGraphics.dll

A solid square of a single charachter

public class TuiSquare : TuiRectangle
Inheritance
TuiSquare
Inherited Members

Constructors

TuiSquare(char, int, Placement, int, int, CharFormat?)

Initializes a new square

public TuiSquare(char c, int s, Placement p, int x, int y, CharFormat? f = null)

Parameters

c char
s int

The x and y size

p Placement
x int
y int
f CharFormat