C
void PutPixel( SHORT x, SHORT y );
Overview
Puts pixel with the given x,y coordinate position.
Input Parameters
|
Input Parameters |
Description |
|
SHORT x |
x position of the pixel. |
|
SHORT y |
y position of the pixel. |
Returns
none
Preconditions
none
Side Effects
none