Table of Contents

Property IsDirty

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

IsDirty

Gets or sets whether this sixel needs to be re-rendered to the terminal. When false, the output pipeline skips writing this sixel's data. Set to true when the owning view's content is invalidated (e.g. via SetNeedsDraw()).

public bool IsDirty { get; set; }

Property Value

bool