getbkmode
This function is used to get the background mode when the hatch and text are output.
int getbkmode();
Parameters
None
Return Value
If the function executes successfully, the return value represents current device background blending mode, with a value of OPAQUE or TRANSPARENT, as detailed in the parameters of the setbkmode function. If the function fails to execute, the return value is 0.
Examples
None