OWBasic for Pocketviewer

Home INTRO Group ICON Alphabetical Index

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:
modeDrawing mode
0Normal (overwrite)
1OR-combination
2AND-combination
3Reverse
4Shade

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
Home INTRO Group ICON Alphabetical Index