Microsoft DirectX 9.0 |
The AM_WST_DRAWBGMODE enumeration specifies whether the background of the WST frame is opaque or transparent.
Syntax
typedef enum _AM_WST_DRAWBGMODE {
AM_WST_DRAWBGMODE_Opaque,
AM_WST_DRAWBGMODE_Transparent
} AM_WST_DRAWBGMODE, *PAM_WST_DRAWBGMODE ;
Elements
AM_WST_DRAWBGMODE_Opaque
The background is opaque.
AM_WST_DRAWBGMODE_Transparent
The background is transparent.
See Also