The SetPixelV function sets the pixel at the specified coordinates to the closest approximation of the specified color. The point must be in the clipping region and the visible part of the device surface.
BOOL SetPixelV(
HDC hdc, |
// handle of device context |
int X, |
// x-coordinate of pixel |
int Y, |
// y-coordinate of pixel |
COLORREF crColor |
// new pixel color |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Not all devices support the SetPixelV function. For more information, see the description of the RC_BITBLT capability in the GetDeviceCaps function.
SetPixelV is faster than SetPixel because it does not need to return the color value of the point actually painted.
file: /Techref/os/win/api/win32/func/src/f80_15.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 04:03,
18.225.92.76: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://linistepper.com/techref/os/win/api/win32/func/src/f80_15.htm"> SetPixelV</A> |
Did you find what you needed? |