property ScanLine[Y: Integer]: PColor32Array; // read-only
Provides indexed access to each line of pixels. Returns the same address as PixelPtr[0, Y]. This property acts similar to TBitmap.ScanLine.
[See also] Bits