DrawingMode()
Syntax
DrawingMode(Mode)
Description
Change the drawing mode for text and graphics output.
Mode can be a combination of the following values:0: Default mode, text is displayed with background, graphics shape are filled 1: Set the text background transparent 2: Enable the XOR mode (all graphics are XOR'ed with current background) 4: Enable the outlined shape. Circle, Box etc... will be only outlined, no more filled.To use several mode at once, you have to use the '|' (OR) operator. Example for XOR'ed outline shapes:DrawingMode(2 | 4)
Supported OS
Windows, AmigaOS