Path: utzoo!mnetor!uunet!husc6!cca!mirror!rayssd!brunix!brap0aa3!cs224052 From: cs224052@brap0aa3 (Scott Draves) Newsgroups: comp.sys.mac.programmer Subject: Bitmap to Region conversion Message-ID: <24175@brunix.UUCP> Date: 23 Mar 88 19:16:45 GMT References: <24153@brunix.UUCP> Sender: root@brunix.UUCP Reply-To: cs224052@brap0aa3.UUCP (Scott Draves) Organization: (SAE) Students Against Education Lines: 14 Summary: how is it done? I need to convert a bitmap into a region, where the region should contain exactly those bits that are black in the bitmap. This is so that I can draw icons with a mask, but I can't use CopyMask, because I want it to print as well. CopyBits is a more standard routine anyway (CopyMask wasn't documented until IM IV). Any ideas? If if I have to mess with the Region datastructure itself, then what is it? Where is it documented? Giga Thanks, Scott Draves PS: Reply to wsd@cs.brown.edu ****