fillEllipse
procedure fillEllipse(x, y, width, height: integer);
Fills the ellipse covering the specified rectangle.
begin
fillEllipse(0, 0, getWidth, getHeight);
repaint;
delay(1000);
end.
See also: drawEllipse, getWidth, getHeight, setColor, repaint