home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Secondary Source / PICS_Composite.h < prev    next >
Encoding:
Text File  |  1995-11-09  |  430 b   |  11 lines  |  [TEXT/CWIE]

  1. void CompositePICS(
  2.     CompositeOptions    *options,
  3.     FSSpec                *picsFile,    // if NULL, <fileRefNum> should be valid
  4.     short                fileRefNum,    // if -1, <picsFile> should point to an FSSpec
  5.     const Rect            *areaToCrop);
  6.  
  7.  
  8. // Even if you pass a valid fileRefNum, you might still want to pass
  9. // the FSSpec of the file as well, since CompositePICS uses this as
  10. // the default filename in the standardputfile (if NULL, it uses
  11. // a canned name.)