Re: Where do these come from...
Re: Where do these come from...
- Subject: Re: Where do these come from...
- From: "Stephen J. Butler" <email@hidden>
- Date: Wed, 15 Aug 2012 21:35:25 -0500
On Wed, Aug 15, 2012 at 10:20 AM, Charlie Dickman <email@hidden> wrote:
> [[NSColor whiteColor] set];
> [die1 drawInRect: iDieDrawRect
> fromRect: imageRect1
> operation: NSCompositeSourceOver
> fraction: 1.0];
> [die2 drawInRect: jDieDrawRect
> fromRect: imageRect2
> operation: NSCompositeSourceOver
> fraction: 1.0];
Where are these being called from in your program? What's the context
of the surrounding code in the method?
_______________________________________________
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