home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / exitwi4r / drawing.spl < prev    next >
Encoding:
Text File  |  1999-07-12  |  398 b   |  20 lines

  1. CLS WIN
  2. SCREEN.PICTURE (filename)
  3. SCREEN.CAPTION Drawing-Sample
  4. SCREEN.FONTNAME Arial
  5. SCREEN.FONTSIZE 8
  6. screen.forecolor RED
  7. PRINT DRAWING LINE TEST
  8. LINEX1 10
  9. LINEY1 200
  10. LINEY2 200
  11. LINEX2 1700
  12. DOLINE NOW
  13. DEBUG.PRINT LINE DRAWED
  14. circleX 1000
  15. circleY 1000
  16. circleradius 100
  17. circlecolor WHITE
  18. DOcircle NOW
  19. DEBUG.PRINT CIRCLE DRAWED
  20. debug.print colours name must be on capital letters