Path: utzoo!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!ub!uhura.cc.rochester.edu!rochester!cornell!vax5.cit.cornell.edu!rev From: rev@vax5.cit.cornell.edu Newsgroups: comp.windows.ms.programmer Subject: Slow PutPixel... How to Speed Up? Message-ID: <1991Mar18.083629.3449@vax5.cit.cornell.edu> Date: 18 Mar 91 12:36:29 GMT Distribution: comp Organization: CIT, Cornell University Lines: 11 I am plotting 1000 point on a windows using PutPixel (hdc, x, y, color) in a loop. This method seems to be awfully slow when updating (redrawing). The same slow speed if I use Lineto (hdc, x,y). Is there anyithing I could do to make faster plotting? I am using BCX with project file with smart callback option. Running on 386-20MHz in standard mode. Peter Revesz Cornell MS&E revesz@snoopy.msc.cornell.edu