GFXSETBKMODE
- set graphic background mode
|
Low-level graphics
(AFL 3.0) |
| SYNTAX |
GfxSetBkMode( bkmode ) |
| RETURNS |
NOTHING |
| FUNCTION |
Sets the background mode. The background mode defines whether the system removes existing background colors on the drawing surface before drawing text, hatched brushes, or any pen style that is not a solid line.
Parameters:
|
| EXAMPLE |
GfxSetBkMode( 1 ); // set transparent mode |
| SEE ALSO |
GfxSetTextAlign() function , GfxSetTextColor() function , GfxTextOut() function , GfxSelectPen() function |
References:
The GfxSetBkMode function is used in the following formulas
in AFL on-line library:
Add your comment:
(please do not ask questions here, if you have a question please send
it to support e-mail address)
|