Hi,
I am making a Tizen Native App, I want to draw a red color opaque circle on a Canvas. I know how to draw a rectangle using Evas_Object_Rectangle. Circle can drawn with the help of Evas_Object_Polygon, but i couldn't find a tutorial on how to do it...Can anybody guide me how to draw a circle on screen?