ChartDirector 7.1 (.NET Edition)

DrawArea.pixel


Usage

[C#]public void pixel(int x, int y, int c);
[VB]Public Sub pixel(x As Integer, y As Integer, c As Integer)

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