The SetBkMode function sets the background mix mode of the specified device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines.
int SetBkMode(
HDC hdc, |
// handle of device context |
int iBkMode |
// flag specifying background mode |
); |
Value |
Description |
OPAQUE |
Background is filled with the current background color before the text, hatched brush, or pen is drawn. |
TRANSPARENT |
Background remains untouched. |
If the function succeeds, the return value specifies the previous background mode.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The SetBkMode function affects the line styles for lines drawn using a pen created by the CreatePen function. SetBkMode does not affect lines drawn using a pen created by the ExtCreatePen function.
The iBkMode parameter can also be set to driver-specific values. GDI passes such values to the device driver and otherwise ignores them.
CreatePen, ExtCreatePen, GetBkMode
file: /Techref/os/win/api/win32/func/src/f76_8.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 10:22,
3.144.99.134: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://ecomorder.com/techref/os/win/api/win32/func/src/f76_8.htm"> SetBkMode</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.