Class AnimatedCanvas
Animated canvas renderable
Inheritance
Inherited Members
Namespace
Syntax
public class AnimatedCanvas : GraphicalCyclicWriter
Constructors
AnimatedCanvas()
Makes a new instance of the animated canvas renderer
Declaration
public AnimatedCanvas()
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; }
Frames
Pixel representations for each frame
Transparent
Whether this canvas is transparent
Property Value
bool
Declaration
public bool Transparent { get; set; }
Methods
Render()
Renders an animated canvas
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()