Drawing faster with NSImage???
Drawing faster with NSImage???
- Subject: Drawing faster with NSImage???
- From: "Joshua D. Orr" <email@hidden>
- Date: Mon, 17 Dec 2001 12:41:29 -0700
I have a app that does a lot of drawing. I have been thinking if I draw to
an NSImage and then when they scroll around, the just scroll around the
NSImage. When they change something I could recalculate the NSImage. I am
trying to find the best way to do this, does anyone have any suggestions?