Important: The information in this document is obsolete and should not be used for new development.
FrameOval
To draw an outline inside an oval, use theFrameOval
procedure.
PROCEDURE FrameOval (r:\xDDRect);
r
- The rectangle that defines the oval's boundary.
DESCRIPTION
Using the pattern, pattern mode, and size of the graphics pen for the current graphics port, theFrameOval
procedure draws an outline just inside the oval with the bounding rectangle that you specify in ther
parameter. The outline is as wide as the pen width and as tall as the pen height. The pen location does not change.If a region is open and being formed, the outside outline of the new oval is mathematically added to the region's boundary.
SPECIAL CONSIDERATIONS
TheFrameOval
procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO
Listing 3-6 on page 3-21 illustrates how to use this procedure.