Class SixelToRender
Describes a request to render a given SixelData at a given ScreenPosition. Requires that the terminal and ConsoleDriver both support sixel.
public class SixelToRender
- Inheritance
-
SixelToRender
- Inherited Members
Properties
- ScreenPosition
gets or sets where to move the cursor to before outputting the SixelData.
- SixelData
gets or sets the encoded sixel data. Use SixelEncoder to convert bitmaps into encoded sixel data.