I want to create a program that will do graphics like math functions &
fractals & stuff. I've been browsing thru books at the bookstores.
Apparently, the Point object replaced Pset. The books explain how to create a
Point object, but not how to use it. I want to be able to plot individual
pixels. I tried DrawEllipse, but that just draws circles. I reckon that I
have to somehow use the Pen & the Point object. I don't want to draw lines. I
want to be able to plot individual pixels, not circles or ellipses or lines
or boxes. Do I have to create a class & use the object to plot the pixels?
So, how do I use the Point object to plot individual pixels? Thank you. David
Comment