Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SetBitmapBits(TBitmap,TRGBColors,Boolean) Method

Stores pixel data to a specified bitmap object.

#Declaration

Delphi
procedure SetBitmapBits(ABitmap: TBitmap; const AColors: TRGBColors; ATopDownDIB: Boolean);

#Parameters

Name Type
ABitmap TBitmap
AColors TRGBColors
ATopDownDIB Boolean

#Remarks

This procedure stores the pixel data passed as the AColors parameter to the ABitmap object.

Pass True as the ATopDownDIB parameter to specify if the bitmap object is a top-down DIB. Otherwise, it is considered a bottom-up DIB.

See Also