[Overview][Constants][Types][Classes][Index] Reference for unit 'TTTypes' (#lazutils)

TT_Raster_Map

Declaration

Source position: tttypes.pas line 194

type TT_Raster_Map = record

  Rows: TT_Int;

  

  Cols: TT_Int;

  

  Width: TT_Int;

  

  Flow: TT_Int;

  

  Buffer: pointer;

  

  Size: LongInt;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.