You are reading help file online using chmlib.com 
     | 
  
| 
       
 TBaseReport. Ellipse method  | 
    Top Previous Next | 
| 
 Declaration procedure Ellipse(X1,Y1,X2,Y2: double); 
 Category 
 Description This method draws an ellipse bounded by the rectangle defined by (X1,Y1) and (X2,Y2). 
 See also 
 Example (Delphi) Ellipse(5.375,1.25,7.375,2.75); 
 Example (C++Builder) rp1->Ellipse(5.375,1.25,7.375,2.75);  | 
You are reading help file online using chmlib.com 
     |