The "need" to do this suggests a possible problem with your design. What are you trying to do?
I'm refactoring a method I found online that takes an explicit NSShadow argument. I felt that was a poor design as most of the the drawing properties are implicit in nature; color, transform and shadow are all a property of the current NSGraphicsContext and they should be respected in drawing rountines that require them.
However as you point out, there doesn't seem to be a way to retrieve them specifically.
Keith Duncan [EMAIL PROTECTED], 33software.com _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
