Robin Dunn wrote: > A compromise would be to still pass the DC to the _draw methods, and let > each draw method decide whether to create a GC using the DC as the > target.
You can do that with a MemoryDC? cool. > That would probably still be more overhead than you want however. In the long run, yes, but in the short run, it sounds like one could make a DrawObject that used fancy-pants GraphicsContext drawing, and insert it into the current FloatCanvas with no changes required. Does someone want to give this a try? Ive got some other deadlines looming... -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
