ChartDirector 7.0 (Perl Edition)

DrawArea.fill2


Usage

fill2(x, y, color, borderColor)

Description

Fill a region using the specified color, where the region is bounded by a given border 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.
borderColor(Mandatory)The color of the border that bounds the region.

Return Value

None