Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!orion.cf.uci.edu!uci-ics!zardoz!hrc!gtephx!campbellb From: campbellb@gtephx.UUCP (Brian Campbell) Newsgroups: comp.sys.apple Subject: QuickDraw Toolbox question Keywords: QuickDraw, Toolbox Message-ID: <441fa838.f759@gtephx.UUCP> Date: 29 Jun 89 17:18:39 GMT Distribution: na Organization: AG Communication Systems, Phoenix, Arizona Lines: 9 Using the IIGS toolbox, how can one plot a single point (i.e. pixel) on the SHR screen in a way that's analogous to the BASIC PLOT statement for lo-res, and HPLOT for hi-res? If there is a toolbox routine for this, I can't find it. I have successfully plotted points by using the MOVETO and LINETO calls, by drawing a one pixel line. And I have also generated a 1 pixel size rectangle using MAKERECT (not sure of the name off hand) and plotted it with PAINTRECT. This latter technique worked quite well in an application where I wanted to have the user define the size of a "variable size pixel". Anyway for single pixels, is there a better way?