Constructors & Destructors ​
- Create — Instantiates a new
TBitmap32object (grouped overloads). - Destroy — Disposes of the bitmap object and frees pixel buffer memory.
Key Methods ​
- Clear — Fills the bitmap pixel buffer with a specified color.
- Draw — Draws a source bitmap or rectangle onto this bitmap.
Key Properties ​
- Pixel — Provides direct 2D array access to individual 32-bit ARGB pixel values.
Width: Width of the bitmap in pixels.Height: Height of the bitmap in pixels.DrawMode: Specifies alpha blending mode (dmOpaque,dmBlend,dmTransparent,dmCustom).