Back to Devexpress

GetBitmapBitsByScanLine(TBitmap,TRGBColors) Method

vcl-dxcoregraphics-dot-getbitmapbitsbyscanline-x28-9ed5871b-x29.md

latest953 B
Original Source

GetBitmapBitsByScanLine(TBitmap,TRGBColors) Method

Obtains pixel data from individual scanlines of a specified bitmap object.

Declaration

delphi
procedure GetBitmapBitsByScanLine(ABitmap: TBitmap; var AColors: TRGBColors);

Parameters

NameType
ABitmapTBitmap
AColorsTRGBColors

Remarks

This procedure obtains pixel data by scanlines from the ABitmap object and stores this data to the AColors array.

See Also

dxCoreGraphics.SetBitmapBits

TdxCustomSmartImage.GetBitmapBits

dxCoreGraphics Unit