GetBitmapBitsByScanLine(TBitmap,TRGBColors) Method
In This Article
Obtains pixel data from individual scanlines of a specified bitmap object.
#Declaration
Delphi
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