API:Vcl.Imaging.GIFImg.TLogicalScreenDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

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.