Timothy W. Grove wrote: > Thanks. I think that I can get this to work. Playing around a bit it > wasn't too difficult to create an 'AlphaEllipse' class as well. Is it > possible to 'skew' ellipses also, so that I can create them 'tilted' and > not simply up and down or right to left?
I don't think DC supports that, but GraphicsContext should. So you should be able use the GraphicsContext commands to do that. It may require doing a transform matrix or something. > I may also be able to move to using fc2 if I can get my background > bitmap set-up properly. I think that I only saw one example of using a > bitmap image in the fc2 demo. Is that the only way? Anything akin to > using '.AddScaledBitmap' from fc1? I'm not the one to ask, but take a look in the FC demo -- the "Map Drawing" or "Background Image" demos may be what you are looking for. -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://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
