Changes a single pixel on the Handle Device Context to be a given color.
COLORREF SetPixel(HDC hdc, int x, int y, COLORREF crColor);
Example
This is a program that draws random red dots on the screen
Changes a single pixel on the Handle Device Context to be a given color.
COLORREF SetPixel(HDC hdc, int x, int y, COLORREF crColor);
This is a program that draws random red dots on the screen