A text block in a GIF stream.
Public Member Functions | |
override void | Load (Reader reader) |
Public Attributes | |
const int | HeaderSize = 0X0C |
int | XOffset |
int | YOffset |
int | Width |
int | Height |
byte | CharacterCellWidth |
byte | CharacterCellHeight |
byte | ForegroundColorIndex |
byte | BgColorIndex |
List< string > | TextSet |
The text itself. More... | |
|
inlinevirtual |
Reimplemented from Gif.GifBlock.
byte Gif.PlainTextBlock.BgColorIndex |
byte Gif.PlainTextBlock.CharacterCellHeight |
byte Gif.PlainTextBlock.CharacterCellWidth |
byte Gif.PlainTextBlock.ForegroundColorIndex |
const int Gif.PlainTextBlock.HeaderSize = 0X0C |
int Gif.PlainTextBlock.Height |
List<string> Gif.PlainTextBlock.TextSet |
The text itself.
int Gif.PlainTextBlock.Width |
int Gif.PlainTextBlock.XOffset |
int Gif.PlainTextBlock.YOffset |