DRAWMODE Mnemonic - Set SYSGUI Drawing Mode
Syntax
'DRAWMODE'(int)
Description
The 'DRAWMODE' mnemonic selects the current draw mode.
|
Parameter |
Description |
|
int |
Selects the drawmode from the table below. |
|
Int |
Draw Mode |
|
0 |
COPY (default) simple drawing. |
|
1 |
OR |
|
2 |
XOR – new item XORed with existing surface. |
|
3 |
CLEAR |
|
4 |
NOT COPY |
|
5 |
NOT OR |
|
6 |
NOT XOR |
|
7 |
NOT CLEAR |