You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. FillRect method |
Top Previous Next |
Declaration procedure FillRect(const Rect: TRect);
Category
Description This method fills the rectangle defined by Rect with the current brush.
See also TBaseReport Class, CreateRect, TRect
Example (Delphi) FillRect( CreateRect( 1.0, 1.0, 2.0, 3.0 ) );
Example (C++Builder) rp1->FillRect(rp1->CreateRect(1.0, 1.0, 2.0, 3.0)); |
You are reading help file online using chmlib.com
|