Содержание

TCSImage

Contains the image data

Syntax

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

Fields