Thanks. Do you know anything about filling in and drawing triangle shapes?
-----Original Message----- From: %%email.bounce%% [mailto:%%email.bounce%%] On Behalf Of Borszczuk Sent: Monday, September 17, 2007 2:11 PM To: Palm Developer Forum Subject: Re: Drawing and filling in shapes Diana Tang wrote: > I want to draw triangles and circles and paint them colours. I know I can > do that with rectangles. But how can I do that with other shapes? In fact circles can be made with rectangles with high cornerDiam parameter, bit if you want elipses (which circle is a special case of) then the OS won't give you a hand here and you may need a 3rd party lib or craft something by yourself (i.e. using Bresenham algorithm, which is pretty simple and widely documented/implemented) -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
