CellCount(IEnumerable<Segment>) Method
Gets the number of cells that the segments occupies in the console.
public static int CellCount(IEnumerable<Segment> segments)
- Namespace
- Spectre
.Console .Rendering - Containing Type
- Segment
Parameters
-
IEnumerable
<Segment> segments - The segments to measure.
Returns
- int