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/

Reply via email to