ChartDirector 7.1 (C++ Edition)
DrawArea
.
pixel
Usage
void pixel(int x, int y, int c);
Description
Draw a pixel.
Arguments
Argument
Default
Description
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
© 2023 Advanced Software Engineering Limited. All rights reserved.