Unit 'ImagingTypes' Package
[Overview][Constants][Types][Index] [#pl_vampyreimaging]

TImageData

Declaration

Source position: ImagingTypes.pas line 377

type TImageData = packed record

  Width: Integer;

  

  Height: Integer;

  

  Format: TImageFormat;

  

  Size: Int64;

  

  Bits: Pointer;

  

  Palette: PPalette32;

  

  Tag: Pointer;

  

end;



CT Web help

CodeTyphon Studio