Draw an Icon
DRAWICON a%[], x%, y% [,mode%=0] [, yoffs1%, yoffs2%]
The icon described by the integer array a is drawn to the position (x,y). The drawing mode mode is used:
mode | Drawing mode |
0 | Normal (overwrite) |
1 | OR-combination |
2 | AND-combination |
3 | Reverse |
4 | Shade |
If yoffs1 and yoffs2 are given, the icon part from yoffs1 to yoffs2 is drawn.
- SHOW - Visualisation of generated graphic
- IGRAPH - Display Internal Graphic
- CONST - Constants and Initialized Arrays
|