Functions that operate on evas polygon objects. More...
Evas_Object * | evas_object_polygon_add (Evas *e) |
Adds a new evas polygon object to the given evas. More... | |
Functions that operate on evas polygon objects.
Hint: as evas does not provide ellipse, smooth paths or circle, one can calculate points and convert these to a polygon.
Evas_Object* evas_object_polygon_add | ( | Evas * | e | ) |
Adds a new evas polygon object to the given evas.
e | The given evas. |
References EINA_UNUSED, and eo_add.