ChartDirector 7.0 (Java Edition)

DrawArea.pixel


Usage

public void pixel(int x, int y, int 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