Property IsDirty
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; }