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_list_append(), eina_list_count(), eina_list_data_get(), EINA_LIST_FOREACH, EINA_LIST_FREE, eina_list_next(), EINA_TRUE, EINA_UNUSED, eo_add, eo_data_ref, eo_data_scope_get(), and evas_event_feed_mouse_move().