Declaration ​
pascal
function BoundsRect: TRect;Returns ​
| Type | Description |
|---|---|
TRect | A TRect structure representing the full pixel bounds (0, 0, Width, Height) of the bitmap. |
Description ​
BoundsRect returns a rectangle structure (TRect) spanning from (0, 0) to (Width, Height).
Example ​
pascal
Bitmap.FillRect(Bitmap.BoundsRect, clWhite32);