FillArea()

Syntax

FillArea(x, y, BorderColor [, Color])
Description
Fill an arbitrary area starting from x,y location until the BorderColor is encountered. This is useful for filling any kind of shape. If the 'Color' parameter is not specified, the default color set with FrontColor() will be used. RGB() can be used to get a valid color value. The current output is set with StartDrawing().

Supported OS

Windows, Linux, MacOS X

<- Ellipse() - 2DDrawing Index - FrontColor() ->