Unit 'datatypes' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

tAnimHeader

Declaration

Source position: datatypes.pas line 1101

type tAnimHeader = record

  ah_Operation: Byte;

  ah_Mask: Byte;

  ah_Width: Word;

  ah_Height: Word;

  ah_Left: Word;

  ah_Top: Word;

  ah_AbsTime: LongWord;

  ah_RelTime: LongWord;

  ah_Interleave: Byte;

  ah_Pad0: Byte;

  ah_Flags: LongWord;

  ah_Pad: array [0..15] of Byte;

end;


Documentation generated on: 2021-07-30