Содержание

TCSImage

Contains the image data

Syntax

TCSImage = record
  Width: integer;
  Height: integer;
  Pixels: TCSImgArray;
end;

Fields

  • Width
    • type: integer
    • functions: image width
  • Height
    • type: integer
    • functions: image height
  • Pixels