Fills the specified rectangle on the canvas using the current brush.
Delphi syntax:
procedure FillRect(const Rect: TRect);
C++ syntax:
void __fastcall FillRect(const TRect &Rect);
Description
Use FillRect to fill a rectangular region using the current brush. The region is filled including the top and left sides of the rectangle, but excluding the bottom and right edges.