OWBasic for Pocketviewer

Home INTRO Group ICON Alphabetical Index

Draw an Icon

DRAWICON a%[], x%, y% [,mode%=0]

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


  • SHOW - Visualisation of generated graphic
  • IGRAPH - Display Internal Graphic
  • CONST - Constants and Initialized Arrays
Home INTRO Group ICON Alphabetical Index