TNoHeaderFileInfo Record
ElderImagery

Used to hold information about some special images without headers.

Pascal
public TNoHeaderFileInfo = record
  Size: LongInt;
  Width: LongInt;
  Height: LongInt;
  end;
File

ElderImagery (at line 50)

Related Information
You are here: Symbol Reference > Structs, Records, Enums > TNoHeaderFileInfo Record