IRenderable Interface
Represents something that can be rendered to the console.
public interface IRenderable
- Namespace
- Spectre
.Console .Rendering
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.