[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: offscreen drawing



> What is the standard technique for drawing to an off-screen bitmap?
1. allocate a bitmap
2. open a grafport
3. call setportbits to set the grafport's bitmap
4. call the quickdraw routines you want to use to draw something

    -john