qpgraph.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_Rectangle... Procedures
  Summary Details Example                                   Back
 
  PROCEDURE _Rectangle( control, x1, y1, x2, y2 : Integer );
  PROCEDURE _Rectangle_w( control            : Integer,
                          wx1, wy1, wx2, wy2 : Double );
  PROCEDURE _Rectangle_wxy(     control    : Integer,
                            VAR wxy1, wxy2 : _WXYCoord );
 
  Draw a rectangle
 
  Unit:      MSGraph
 
  See also:  _Arc, _Ellipse, _FloodFill, _GetColor, _LineTo, _Pie,
             _SetColor, _SetFillMask, _SetWriteMode