home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / MiniExamples / PerformanceTuning / VisibleView-03 / Drawgrid.psw < prev    next >
Text File  |  1991-10-18  |  936b  |  34 lines

  1. defineps RNdrawgrid () 
  2.     0.0  0.0  100.0  100.0 rectstroke   
  3.     100.0  100.0  100.0  100.0 rectstroke   
  4.     0.0  0.0  200.0  200.0 rectstroke   
  5.     0.0  0.0 moveto   
  6.     (0.0  0.0) show   
  7.      100.0  100.0 moveto  
  8.     (100.0  100.0) show  
  9.     200.0  200.0 moveto  
  10.     (200.0  200.0) show   
  11.     0.0  0.0  -100.0  -100.0 rectstroke   
  12.     -100.0  -100.0  -100.0  -100.0 rectstroke   
  13.     0.0  0.0  -200.0  -200.0 rectstroke   
  14.     -100.0  -100.0 moveto   
  15.     (-100.0  -100.0) show   
  16.     -200.0  -200.0 moveto   
  17.     (-200.0  -200.0) show   
  18.     0.0  0.0  -100.0  100.0 rectstroke   
  19.     -100.0  100.0  -100.0  100.0 rectstroke  
  20.     0.0  0.0  -200.0  200.0 rectstroke   
  21.     -100.0  100.0 moveto   
  22.     (-100.0  100.0)show  
  23.     -200.0  200.0  moveto
  24.     (-200.0  200.0)  show
  25.     0.0  0.0  100.0  -100.0  rectstroke
  26.     100.0  -100.0  100.0  -100.0  rectstroke
  27.     0.0  0.0  200.0  -200.0  rectstroke
  28.     100.0  -100.0  moveto
  29.     (100.0  -100.0)  show
  30.     200.0  -200.0  moveto
  31.     (200.0  -200.0)  show
  32. endps
  33.  
  34.