Thanks Steve, that will work great but not in one case. If I don't
have the image I can't add such a shadow. And I don't really want to
just give it a shadow/focus ring.
Let me explain further.
In the end, I want to be able to "restrict" drawing to the image. In
other words, the drawing I perform should be not able to go outisde of
the edge of the image. I thought that I might somehow be able to use a
NSBezierPath to do this. I want the "image outline" to be an object
that can be passed around for drawing into.
If it helps any, I'll be able to get the rect that the image will be
drawn into before and after. So, perhaps I could take a "snapshot"
before and after and overlay the two and come out with an image of the
image that was drawn. Even if I knew how to do this I would still have
to find a way to make some sort of "restrictor."