Data Structures | |
| struct | address_const_of |
| struct | address_of |
Public Member Functions | |
| void | point_add (Evas_Coord x_, Evas_Coord y_) const |
| Adds the given point to the given evas polygon object. More... | |
| void | points_clear () const |
| Removes all of the points from the given evas polygon object. | |
| operator::evas::polygon () const | |
| operator::evas::polygon & () | |
| operator::evas::polygon const & () const | |
Static Public Member Functions | |
| static Eo_Class const * | _eo_class () |
|
inline |
Adds the given point to the given evas polygon object.
| x | The X coordinate of the given point. |
| y | The Y coordinate of the given point. |