Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - setpixel() draws a pixel http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetPixel()             Draws a pixel
--------------------------------------------------------------------------------

   Syntax:              SetPixel( <hDC>, <nCol>, <nRow>, <nRGBColor> )
                                     --> <nRGBColor>

   Parameters:

   <hDC>                The handle of the device context where
                        to paint.

   <nCol>, <nRow>       The coordinates of the point where to set the
                        pixel.

   <nRGBColor>          The color to use for that pixel.

   Returns:

   <nRGBColor>          The color used if the operation was
                        successful. This color may vary from the
                        original supplied color.

   Source code:         SOURCE\\WINAPI\\SetPixel.c

   See also:            GetPixel()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson