API:Vcl.Imaging.GIFImg.TLogicalScreenDescriptor

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。