[comp.sys.mac] CopyBits to the clipboard??

keith@uw-apl.UUCP (Keith Kerr) (11/16/88)

I want to copy a graph from a window in my lisp application
into the clipboard, and then transfer it to Hypercard.

A few examples I have seen of this nature always seem to
use _openpicture et.al., then draw the picture and transfer
it to the clipboard.  Is this the best/only way to do it, or
can I just call _putscrap and give it the graphs bitmap
as an argument???

Once I get it to the clipboard, I think I can get the rest of
the way with the Scrapbook.  Does that sound reasonable.

Anyone have any advice on this operation????