Treatment Services wrote: > The only reason I would want to use a bitmap is to do the bends on pipes. > At the moment I can't see how I would be able to draw a pipe bend otherwise.
You can crate your own DrawObject, and draw it however you like. You can even use a GraphicsContext if you need anti=-aliasing, alpha blending, and other fancy stuff: http://morticia.cs.dal.ca/FloatCanvas/wiki/SmoothLines You should be able to find a way to do Pipe bends as a Vector objects. -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
