Important: The information in this document is obsolete and should not be used for new development.
 
  
  
  
 
PaintOval
To paint an oval with the graphics pen's pattern and pattern mode, use thePaintOvalprocedure.
PROCEDURE PaintOval (r:\xDDRect);
r- The rectangle that defines the oval's boundary.
DESCRIPTION
Using the pen pattern and pattern mode for the current graphics port, thePaintOvalprocedure draws the interior of an oval just inside the bounding rectangle that you specify in therparameter. The pen location does not change.SPECIAL CONSIDERATIONS
ThePaintOvalprocedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO
You can use theFillOvalprocedure, described next, to draw the interior of an oval with a pen pattern different from that for the current graphics port.
 
  
  
 