Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wasatch!cs.utexas.edu!uunet!mcvax!hp4nl!eutrc3!rcbaem From: rcbaem@eutrc3.urc.tue.nl (Ernst Mulder) Newsgroups: comp.sys.mac.programmer Subject: Re: turning on a pixel Message-ID: <863@eutrc3.urc.tue.nl> Date: 22 Aug 89 16:22:38 GMT References: <6294@hubcap.clemson.edu> Organization: Eindhoven University of Technology, The Netherlands Lines: 18 In article <6294@hubcap.clemson.edu> mikeoro@hubcap.clemson.edu (Michael K O'Rourke) writes: > >moveto(x,y); >lineto(x,y); > >to turn on a pixel. > >Michael O'Rourke Hmm, I use: moveto(x,y); line(0,0); Which is faster? Ernst. >