Microsoft DirectX 9.0 |
The SetBackgroundClr method sets the background color on the output rectangle.
Syntax
HRESULT SetBackgroundClr(
COLORREF ClrBkg
);
Parameters
ClrBkg
[in] Specifies the background color.
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Value | Description |
S_OK | The method succeeded. |
Requirements
Include D3d9.h, Vmr9.h.
See Also