RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TImageDescriptor Record
Pascal
TImageDescriptor = packed record
  Separator: byte;
  Left: word;
  Top: word;
  Width: word;
  Height: word;
  PackedFields: byte;
end;
C++
struct TImageDescriptor {
  byte Separator;
  word Left;
  word Top;
  word Width;
  word Height;
  byte PackedFields;
};

This is record GIFImg.TImageDescriptor.

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