Split(int) Method
Splits the segment at the offset.
public (Segment First, Segment Second) Split(int offset)
- Namespace
- Spectre
.Console .Rendering - Containing Type
- Segment
Parameters
- int offset
- The offset where to split the segment.
Returns
-
(Segment First, Segment Second)