RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TLogicalScreenDescriptor Record
Pascal
TLogicalScreenDescriptor = packed record
  ScreenWidth: word;
  ScreenHeight: word;
  PackedFields: byte;
  BackgroundColorIndex: byte;
  AspectRatio: byte;
end;
C++
struct TLogicalScreenDescriptor {
  word ScreenWidth;
  word ScreenHeight;
  byte PackedFields;
  byte BackgroundColorIndex;
  byte AspectRatio;
};

This is record GIFImg.TLogicalScreenDescriptor.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!