You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. Rectangle method |
Top Previous Next |
Declaration procedure Rectangle(X1,Y1,X2,Y2: double);
Category
Description This method will draw a rectangle defined by the points (X1,Y1) and (X2,Y2). The rectangle will be drawn with a border of the current pen and filled with the current brush.
See also
Example (Delphi) RvNDRWriter1.Rectangle(1.0, 1.0, 4.0, 5.0);
Example (C++Builder) RvNDRWriter1->Rectangle(1.0, 1.0, 4.0, 5.0); |
You are reading help file online using chmlib.com
|