Class RasterImageCommand
Describes a raster image to compose through the output buffer.
public class RasterImageCommand
- Inheritance
-
RasterImageCommand
- Inherited Members
Constructors
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.
- 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.