home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / MiniExamples / ImageText / CopyIcon.psw < prev    next >
Encoding:
Text File  |  1992-12-19  |  151 b   |  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.