Important: The information in this document is obsolete and should not be used for new development.
Drawing Ovals
An oval is a circular or elliptical shape defined by the bounding rectangle that encloses it. You can use theFrameOval
procedure to draw its outline, or thePaintOval
orFillOval
procedure to draw its interior with a pattern. You can use theEraseOval
procedure to erase an oval, and you can use theInvertOval
procedure to reverse the colors of all pixels within the oval. (Although this procedure operates on color pixels in color graphics ports, the results ofInvertOval
are predictable only with 1-bit or direct color pixels.)
Subtopics
- FrameOval
- PaintOval
- FillOval
- EraseOval
- InvertOval