Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the color of a pixel at a given ___location in the bitmap.
void SetPixel(
int x,
int y,
COLORREF color
) throw( );
Parameters
x
The horizontal ___location of the pixel to set.y
The vertical ___location of the pixel to set.color
The color to which you set the pixel.
Remarks
This method fails if the pixel coordinates lie outside of the selected clipping region.
Requirements
Header: atlimage.h