Tizen Native API
5.0
|
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. |