IRenderable Interface

Represents something that can be rendered to the console.
public interface IRenderable

Methods

abstract Measurement Measure(RenderOptions, int)
Measures the renderable object.
abstract IEnumerable<Segment> Render(RenderOptions, int)
Renders the object.

Extension Methods

IEnumerable<Segment> GetSegments(IAnsiConsole)
Gets the segments for a renderable using the specified console.