Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!jarthur!nntp-server.caltech.edu!toddpw From: toddpw@nntp-server.caltech.edu (Todd P. Whitesel) Newsgroups: comp.sys.apple2 Subject: Re: DrawChar to off-screen ports Message-ID: <1991Feb16.054539.8481@nntp-server.caltech.edu> Date: 16 Feb 91 05:45:39 GMT References: <2492@kluge.fiu.edu> Organization: California Institute of Technology, Pasadena Lines: 14 acmfiu@serss0.fiu.edu (ACMFIU) writes: > how can i tell quickdraw to draw off-screen > and then copy it to my windows GrafPort? Use GetPortLoc and SetPortLoc to retrieve and set the LocInfo record in the GrafPort. LocInfo records are described on page 16-13 of toolbox ref 2. Good luck, and let us know if you discover anything -- enhancing quickdraw for larger screens has a lot to do with the LocInfo records and how quickdraw handles them. Todd Whitesel toddpw @ tybalt.caltech.edu