Functions | |
Evas_Object * | evas_object_polygon_add (Evas *e) |
Adds a new evas polygon object to the given evas. | |
void | evas_object_polygon_point_add (Evas_Object *obj, Evas_Coord x, Evas_Coord y) |
Adds the given point to the given evas polygon object. | |
void | evas_object_polygon_points_clear (Evas_Object *obj) |
Removes all of the points from the given evas polygon object. |
|
Adds a new evas polygon object to the given evas.
|
|
Adds the given point to the given evas polygon object.
|
|
Removes all of the points from the given evas polygon object.
|