====== 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//** * //type:// [[en:wascript:pascal:types:tcsimgarray|TCSImgArray]] * //functions:// array of image pixels