ChartDirector 6.0 (ColdFusion Edition)

DrawArea.pixel


Usage

pixel(x, y, c)

Description

Draw a pixel.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x coordinate of the pixel.
y(Mandatory)The y coordinate of the pixel.
c(Mandatory)The color of the pixel.

Return Value

None