 |
SetBkMode ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
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. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int SetBkMode(
HDC hdc, // handle to DC
int iBkMode // background mode
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SetBkMode IN gdi32;
INTEGER hdc,;
INTEGER iBkMode
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the device context.
iBkMode
[in] Specifies the background mode. |
 |
 |
| Return value: |
 |
If the function succeeds, the return value specifies the previous background mode. If the function fails, the return value is zero.
#DEFINE TRANSPARENT 1
#DEFINE OPAQUE 2 |
 |
 |
| Word Index links for the SetBkMode : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-11 12:00:00 | | Modified: | 2001-11-26 16:03:36 | Visited in last 7 days: 32 |