Class Canvas
Canvas renderable
Inheritance
Inherited Members
Namespace
Syntax
public class Canvas : GraphicalCyclicWriter
Constructors
Canvas()
Makes a new instance of the canvas renderer
Declaration
public Canvas()
Properties
Color
Canvas color
Property Value
Color
Declaration
public Color Color { get; set; }
DoubleWidth
Whether this canvas is double-width or single-width
Property Value
bool
Declaration
public bool DoubleWidth { get; set; }
Pixels
Pixel representations
Transparent
Whether this canvas is transparent
Property Value
bool
Declaration
public bool Transparent { get; set; }
Methods
Render()
Renders a canvas
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()