TdxCustomFastDIB.Bits Property
In This Article
Returns a pointer to the first pixel of a 32-bit DIB image within the buffer.
#Declaration
Delphi
property Bits: PRGBQuad read;
#Property Value
Type |
---|
PRGBQuad |
#Remarks
Use the Bits, Width, and Height properties with image draw routines that accept an array of TRGBQuad as a source of pixel data. The Bits property returns nil (in Dephi) or nullptr/NULL (in C++Builder) if the Empty function returns True.
Note
Tdx
See Also