Re: Fill box with repeating text
Re: Fill box with repeating text
- Subject: Re: Fill box with repeating text
- From: Dave Keck <email@hidden>
- Date: Fri, 24 Apr 2009 18:55:54 -1000
> Where does this go as it is drawing the image, not the text? The image is
> drawn with a RectFill call??
Ah, sorry. I meant to say:
NSRectFillUsingOperation(rect, NSCompositeSourceOver);
Note that point here is that however the image is finally drawn, you
have to make sure you're drawing it using the 'NSCompositeSourceOver'.
NSRectFill will implicitly use NSCompositeCopy (as the docs mention).
Does that do the trick?
David
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden