Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!casseres From: casseres@Apple.COM (David Casseres) Newsgroups: comp.sys.mac.programmer Subject: Re: Stupid QuickDraw question Message-ID: <723@internal.Apple.COM> Date: 20 Feb 89 17:47:02 GMT References: <71976CXT105@PSUVM> Organization: Apple Computer Inc, Cupertino, CA Lines: 14 In article <71976CXT105@PSUVM> CXT105@PSUVM.BITNET (Christopher Tate) writes: >I know this is going to sound pretty stupid, but I don't have access to the >Inside Macintosh books.... > >What is the best way to plot a single point in a given GrafPort (window, screen >or other)? > >A friend has told me the only way he knows of is to MoveTo the proper point, >then Line(0,0) to draw it. This strikes me as pretty strange; there should be >a primitive for drawing a single point. Line(0,0) is as primitive as it gets; don't worry, it's efficient. David Casseres