ChartDirector 7.1 (C++ Edition)

DrawArea.fill


Usage

void fill(int x, int y, int color);

Description

Flood fill a region using the specified color.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x coordinate one pixel inside the region to be filled.
y(Mandatory)The y coordinate one pixel inside the region to be filled.
color(Mandatory)The color used to fill the region.

Return Value

None