Property DirtyLines | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

DirtyLines

As performance is a concern, we keep track of the dirty lines and only refresh those. This is in addition to the dirty flag on each cell.

bool[] DirtyLines { get; }

Property Value

bool[]

Edit this page