Path: utzoo!attcan!uunet!husc6!mailrus!ncar!oddjob!gargoyle!att!chinet!jkingdon From: jkingdon@chinet.chi.il.us (James Kingdon) Newsgroups: comp.sys.mac.programmer Subject: Re: Scrap Manager (PICT Format) Summary: This should work... Message-ID: <6229@chinet.chi.il.us> Date: 7 Aug 88 01:40:45 GMT References: <28049@bbn.COM> Reply-To: jkingdon@chinet.chi.il.us (James Kingdon) Organization: Chinet - Public Access Unix Lines: 10 In article <28049@bbn.COM> dredick@vax.bbn.com (The Druid) writes: >So..., How do you specified a Bit Map in a 'PICT'? or am I going about this >wrong? I would think you could just do an OpenPicture, then a CopyBits (giving it as destination bitmap thePort^.portBits perhaps, I'm not sure the destination bitmap even matters), then ClosePicture and so on. Have you tried this? Disclaimer: this is just based on reading Inside Mac, I haven't tried it.