Re: NSImage is making me lose what's left of my hair.
Re: NSImage is making me lose what's left of my hair.
- Subject: Re: NSImage is making me lose what's left of my hair.
- From: Dominic Yu <email@hidden>
- Date: Wed, 11 May 2005 11:51:05 -0700
Transforms apply _after_ drawing operations. So init your bmpImage to
size bmpRect, but do all your drawing ops (fill, drawInRect) using the
docRect. For example:
[document drawInRect:docRect
fromRect:docRect ...
-Dominic
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden