 |
GetBkMode ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Returns the current background mix mode for a specified device context. The background mix mode of a device context affects text, hatched brushes, and pen styles that are not solid lines. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int GetBkMode(
HDC hdc // handle to device context
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetBkMode IN gdi32;
INTEGER hdc
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the device context whose background mode is to be returned. |
 |
 |
| Return value: |
 |
If the function succeeds, the return value specifies the current background mix mode, either OPAQUE or TRANSPARENT.
If the function fails, the return value is zero.
|
 |
 |
| My comment: |
 |
#DEFINE OPAQUE 2
#DEFINE TRANSPARENT 1
|
 |
 |
| Word Index links for the GetBkMode : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-12-01 11:37:05 | | Modified: | 2001-12-01 11:39:54 | Visited in last 7 days: 14 |