RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TGIFPlainTextExtensionRec Record
Pascal
TGIFPlainTextExtensionRec = packed record
  BlockSize: byte;
  Height: Word;
  Left: Word;
  Top: Word;
  Width: Word;
  CellHeight: Byte;
  CellWidth: Byte;
  TextBGColorIndex: Byte;
  TextFGColorIndex: Byte;
end;
C++
struct TGIFPlainTextExtensionRec {
  byte BlockSize;
  Word Height;
  Word Left;
  Word Top;
  Word Width;
  Byte CellHeight;
  Byte CellWidth;
  Byte TextBGColorIndex;
  Byte TextFGColorIndex;
};

This is record GIFImg.TGIFPlainTextExtensionRec.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!