API:Vcl.Imaging.GIFImg.TLogicalScreenDescriptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TLogicalScreenDescriptor = record
    ScreenWidth: word;              { logical screen width }
    ScreenHeight: word;             { logical screen height }
    PackedFields: byte;             { packed fields }
    BackgroundColorIndex: byte;     { index to global color table }
    AspectRatio: byte;              { actual ratio = (AspectRatio + 15) / 64 }
  end;

C++

struct DECLSPEC_DRECORD TLogicalScreenDescriptor
{
public:
    System::Word ScreenWidth;
    System::Word ScreenHeight;
    System::Byte PackedFields;
    System::Byte BackgroundColorIndex;
    System::Byte AspectRatio;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.