Class AnimatedCanvas
Animated canvas renderable
Inherited Members
Namespace: Terminaux.Writer.CyclicWriters.Graphical
Assembly: Terminaux.dll
Syntax
public class AnimatedCanvas : GraphicalCyclicWriter
Constructors
| Edit this page View SourceAnimatedCanvas()
Makes a new instance of the animated canvas renderer
Declaration
public AnimatedCanvas()
Properties
| Edit this page View SourceColor
Canvas color
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
DoubleWidth
Whether this canvas is double-width or single-width
Declaration
public bool DoubleWidth { get; set; }
Property Value
Type | Description |
---|---|
bool |
Frames
Pixel representations for each frame
Declaration
public CellOptions[][] Frames { get; set; }
Property Value
Type | Description |
---|---|
CellOptions[][] |
Transparent
Whether this canvas is transparent
Declaration
public bool Transparent { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceRender()
Renders an animated canvas
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |