home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / jigsaw / readme < prev   
Encoding:
Text File  |  1989-11-20  |  890 b   |  45 lines

  1. Comments about JIGSAW
  2.  
  3. General Description
  4. -------------------
  5.  
  6. This program demonstrates the use of GPI retained segments by turning
  7. an arbitrary bitmap into a jigsaw puzzle.  The bitmap is divided into
  8. pieces, each piece represented by a single retained segment.  The
  9. user can jumble the pieces, or drag them around the screen.  Dragging
  10. can be accomplished with a piece which contains the appropriate bitmap
  11. fragment, or with a piece drawn in the faster outline mode.
  12.  
  13. Commands
  14. --------
  15.  
  16. Options
  17.  
  18.     Zoom In
  19.     make each piece appear larger
  20.  
  21.     Zoom Out
  22.     make each piece appear smaller
  23.  
  24.     Fast Drag
  25.     toggle bitmap/outline representation while dragging
  26.  
  27.  
  28. Load!
  29.  
  30.     invoke the dialog box which loads a bitmap
  31.  
  32.  
  33. Jumble!
  34.  
  35.     throw the pieces pseudo-randomly around the screen
  36.  
  37.  
  38. Exit
  39.  
  40.     Exit Jigsaw
  41.     terminate the app
  42.  
  43.     Resume
  44.     don't exit
  45.