Remarks ​
Pixelis the default indexed property ofTCustomBitmap32andTBitmap32, allowing direct array access syntax likeBmp[X, Y].- Reading or writing
Pixelperforms unsafe direct buffer array indexing without clip boundary checking (Bits[X + Y * Width]). - For safe pixel access with boundary checking against
ClipRect, usePixelS[X, Y]. - For ultra-fast pixel pointers without bounds checks, use
PixelPtr[X, Y]or direct scanline access viaScanLine[Y].