GfxSetBkMode
|
Low-level graphics |
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 |
The GfxSetBkMode function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.