Re: Function to write to one pixel
Re: Function to write to one pixel
- Subject: Re: Function to write to one pixel
- From: Todd Yandell <email@hidden>
- Date: Fri, 6 May 2005 13:17:47 -0500
On May 6, 2005, at 11:18 AM, Steve Israelson wrote: There must be some way to determine the smallest visible line width or circle though?
I believe that a circle of any size greater than zero would always be visible. However, instead of trying to draw a million little circles, take a look at the NSBitmapImageRep class, along with NSImage's documentation on image representations and the Introduction to Drawing and Images guide. A bitmap image representation allows you to work directly with pixels instead of vector shapes.
Todd |
_______________________________________________
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