lockFocus on large images
lockFocus on large images
- Subject: lockFocus on large images
- From: Chris Meyer <email@hidden>
- Date: Sat, 22 Feb 2003 08:14:40 -0800
The following code fails with a "Can't cache image" assertion. What are
the limitations on using lockFocus? Why are there limitations? Is there
any way to draw into large images?
NSImage *image = [[[NSImage alloc]
initWithSize:NSMakeSize(14000,500)] autorelease];
[image lockFocus];
[image unlockFocus];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.