API:Vcl.Imaging.GIFImg.TGIFPlainTextExtensionRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TGIFPlainTextExtensionRec = packed record
    BlockSize: byte;         { should be 12 }
    Left, Top, Width, Height: Word;
    CellWidth, CellHeight: Byte;
    TextFGColorIndex,
    TextBGColorIndex: Byte;
  end;

C++

struct DECLSPEC_DRECORD TGIFPlainTextExtensionRec
{
public:
    System::Byte BlockSize;
    System::Word Left;
    System::Word Top;
    System::Word Width;
    System::Word Height;
    System::Byte CellWidth;
    System::Byte CellHeight;
    System::Byte TextFGColorIndex;
    System::Byte TextBGColorIndex;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Embarcadero Technologies does not currently have any additional information.