




NAME

META_SETBKMODE

NEAREST API CALL


#include <windows.h>
int SetBkMode(
   HDC hdc,
   INT iBkMode
 );


DESCRIPTION



U16 

Value 


0 
BkMode 



Sets the background mode to either OPAQUE of TRANSPARENT, if its
OPAQUE then the effects described in 
SetBkColor.htmlMETA_SETBKCOLOR 
take effect.

If its TRANSPARENT, the ordinary behaviour takes place, where transparent parts
of hatched brushes, pens and text remain transparent.
support.htmlback 


