Important: The information in this document is obsolete and should not be used for new development.
FillCOval
Use the FillCOval procedure to fill an oval with a pixel pattern.
PROCEDURE FillCOval (r: Rect; ppat: PixPatHandle);
r
- The rectangle containing the oval to be filled.
ppat
- A handle to the
PixPat
record for the pixel pattern to be used for the fill.DESCRIPTION
Using thepatCopy
pattern mode and the pixel pattern defined in thePixPat
record (the handle for which you pass in theppat
parameter), theFillCOval
procedure fills an oval just inside the bounding rectangle that you specify in ther
parameter. This procedure ignores thepnPat
,pnMode
, andbkPat
fields of the current graphics port and leaves the pen location unchanged.SPECIAL CONSIDERATIONS
TheFillCOval
procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.