putpixel
The function is used to draw the dot.
void putpixel(
int x,
int y,
COLORREF color
);
Parameters
x
The x coordinate of the point.
y
The y coordinate of the point.
color
The color of the point.
Return Value
None
Examples
None
The function is used to draw the dot.
void putpixel(
int x,
int y,
COLORREF color
);
The x coordinate of the point.
The y coordinate of the point.
The color of the point.
None
None