API:Vcl.Imaging.GIFImg.TLogicalScreenDescriptor
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;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | Vcl.Imaging.GIFImg |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !