Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucdavis!iris!lim From: lim@iris.ucdavis.edu (Lloyd Lim) Newsgroups: comp.sys.mac.programmer Subject: Re: Stupid QuickDraw question Message-ID: <3695@ucdavis.ucdavis.edu> Date: 18 Feb 89 04:10:05 GMT References: <71976CXT105@PSUVM> Sender: uucp@ucdavis.ucdavis.edu Reply-To: lim@iris.ucdavis.edu (Lloyd Lim) Organization: U.C. Davis - Department of Electrical Engineering and Computer Science Lines: 16 In article <71976CXT105@PSUVM> CXT105@PSUVM.BITNET (Christopher Tate) writes: >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. Yep, this is the best way to do it. It's not really that strange. Most people don't draw single points that often anyway. QuickDraw has many more powerful features. +++ Lloyd Lim Internet: lim@iris.ucdavis.edu Compuserve: 72647,660 US Mail: 146 Lysle Leach Hall, U.C. Davis, Davis, CA 95616