Re: Drawing Pixels with NSBezierPath
Re: Drawing Pixels with NSBezierPath
- Subject: Re: Drawing Pixels with NSBezierPath
- From: Chris Hanson <email@hidden>
- Date: Sat, 3 Jul 2004 23:48:55 -0700
On Jul 3, 2004, at 11:34 AM, Christopher O'Neill wrote:
Hi all. The program I am writing requires a view to be drawn with
every pixel being a different color.
If you need pixels, you should be using an NSBitmapImageRep for your
drawing rather than an NSBezierPath. This will let you work directly
with a pixel buffer you can manipulate and then draw to the screen.
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
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.