Robin Dunn wrote: > Yes. The wxDC on wxMac is implemented using the graphics context since > that is the native way to do things on that platform, and it is > essentially the same as using wx.GCDC on the other platforms.
Is anti-aliasing done by default? that could mess up my Hit-Testing, though I haven't had an issue that I noticed yet. I did notice that if I passed floating point coords into DrawEllipticArc, rather than integers I got a bit better line up with the pie slices (I'm about to post some new code for that), which implied floating point coords. -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
