putpixel This 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