Class Asciinema
Asciinema renderable
Inheritance
object
Asciinema
Implements
Namespace: Terminaux.Writer.CyclicWriters
Assembly: Terminaux.dll
Syntax
public class Asciinema : IStaticRenderable
Constructors
| Edit this page View SourceAsciinema()
Makes a new instance of the Asciinema player
Declaration
public Asciinema()
Properties
| Edit this page View SourceLeft
Left position
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
int |
Representation
Asciinema representation
Declaration
public AsciinemaRepresentation Representation { get; set; }
Property Value
Type | Description |
---|---|
AsciinemaRepresentation |
Top
Top position
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceRender()
Renders the current frame
Declaration
public string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |