TImage32.Pixels

property Pixels: TArrayOfColor32; //read only

A unidimensional array of all pixels in the image. The array starts at the top-left pixel, and progresses left to right, and top down until the bottom-right pixel is reached.