Table of Contents

Class RasterImageCommand

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

Describes a raster image to compose through the output buffer.

public class RasterImageCommand
Inheritance
RasterImageCommand
Inherited Members

Constructors

RasterImageCommand()

Properties

AlwaysRender

Gets or sets whether the image should be emitted on every driver write.

Clip

Gets or sets the clip region captured when the image is added to the output buffer.

DestinationCells

Gets or sets the screen cells occupied by Pixels.

EncodedKitty

Gets or sets pre-encoded Kitty graphics protocol data for Pixels.

EncodedSixel

Gets or sets pre-encoded sixel data for Pixels.

Encoder

Gets or sets the sixel encoder to use. A default encoder is used when this is null.

Id

Gets or sets the stable identifier for this raster image.

IsDirty

Gets or sets whether the image needs to be emitted during the next driver write.

Pixels

Gets or sets the image pixels to encode.

RenderAfterText

Gets or sets whether the image should be emitted after dirty text cells rather than before them.