Home
|
GR32
|
TCustomBitmap32
|
|
property PixelPtr[X, Y: Integer]: PColor32; // read-only
Converts coordinates of a pixel to its address in memory. Since TBitmap32 uses 32-bit DIBs, its memory is allocated as continuous string of 4-byte TColor32 values, starting at the top left corner.
Pixel with (0, 0) coordinates has the same address as specified in Bits property.
Bits, Pixel, ScanLine, TColor32, TCustomBitmap32
Copyright ©2000-2010 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.0 (r1336) - Build on 9-March-2010