Robin Dunn wrote: > You can do hit testing using wx.GrpahicsPath's Contains method.
Good point -- another reason to commit to GCs. Do you have any idea what the performance of Contains() is? There probably isn't any way to know without testing. One note, though -- using the offscreen bitmap method made for O(1) hit testing -- which was pretty nice! -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
