Delegate CliOverlayRenderer
- Namespace
- ItTiger.TigerCli.Primitives
- Assembly
- ItTiger.TigerCli.dll
A delegate that produces the renderable content for a CliOverlay.
public delegate (bool visible, char[] content) CliOverlayRenderer(CliGrid grid, int renderLength)
Parameters
gridCliGrid- The fully measured grid.
renderLengthint- The number of screen cells occupied by the overlay: the sum of the measured widths (horizontal) or heights (vertical) of the LogicalLength covered grid cells. Equal to LogicalLength only when every covered cell measures one screen cell.