home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / MiniExamples / ImageText / CopyIcon.psw < prev    next >
Text File  |  1993-01-19  |  151b  |  4 lines

  1. defineps copyIconPicture(int win; float x; float y; float w; float h)
  2.     x y w h gsave win windowdeviceround gstate grestore 0 0 Copy composite
  3. endps
  4.