ChartDirector 5.1 (.NET Edition)

DrawArea.pixel


Usage

[VB] Public Sub pixel(x As Integer, y As Integer, c As Integer)
[C#] 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