Drawing a single pixel
Drawing a single pixel
- Subject: Drawing a single pixel
- From: email@hidden
- Date: Sat, 26 May 2001 20:06:35 -0700
I wrote a mset fractal program a while back for Mac OS <9 in C. And I
would like to write one in cocoa. Well, I was just wondering how to
draw a single pixel. I guess I could use NSBezier and just make a rect
that is 1 pixel large but I was wondering if there was a way to just do
a single pixel.
Thanks,
Sam