GetBitmapBitsByScanLine(TBitmap,TRGBColors) Method
Obtains pixel data from individual scanlines of a specified bitmap object.
Declaration
procedure GetBitmapBitsByScanLine(ABitmap: TBitmap; var AColors: TRGBColors);
Parameters
Name | Type |
---|---|
ABitmap | TBitmap |
AColors | TRGBColors |
Remarks
This procedure obtains pixel data by scanlines from the ABitmap object and stores this data to the AColors array.
See Also