ScanLine

Graphics32

TBitmap32.ScanLine

property ScanLine[Y: Integer]: PColor32Array; // read-only

Description

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, PixelPtr, TColor32Array