The SetPixel function sets the pixel at the specified coordinates to the specified color.
COLORREF SetPixel(
HDC hdc, |
// handle of device context |
int X, |
// x-coordinate of pixel |
int Y, |
// y-coordinate of pixel |
COLORREF crColor |
// pixel color |
); |
If the function succeeds, the return value is the RGB value that the function sets the pixel to. This value may differ from the color specified by crColor; that happens when an exact match for the specified color cannot be found.
If the function fails, the return value is -1. To get extended error information, call GetLastError.
The function fails if the pixel coordinates lie outside of the current clipping region.
Not all devices support the SetPixel function. For more information, see GetDeviceCaps.
GetDeviceCaps, GetPixel, SetPixelV
file: /Techref/os/win/api/win32/func/src/f80_14.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 23:30,
3.142.252.100:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f80_14.htm"> SetPixel</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.