[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SetPixel( hDC, nCol, nRow, nRGBColor )-> <nRGBColor>
------------------------------------------------------------------------------
PARAMETER:
<hDC> Is the handle of the device context to paint
<nCol> Pixel column where the point will be painted
<nRow> Pixel row where the point will be painted
<nRGBColor> The color to use for the painting
RETURNS:
<nRGBColor> is the color used if the operation was successful. This
color may vary from the original supplied color.
DESCRIPTION:
The SetPixel function sets the pixel at the specified coordinates to the
closest approximation of the given color. The point must be in the
clipping region; if it is not, the function does nothing.
SOURCE:
SOURCE\WINAPI\SETPIXEL.C
See Also:
GetPixel
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson