Data Structures | |
| struct | address_const_of |
| struct | address_of |
Public Member Functions | |
| void | xy_get (Evas_Coord *x1_, Evas_Coord *y1_, Evas_Coord *x2_, Evas_Coord *y2_) const |
| Retrieves the coordinates of the end points of the given evas line object. More... | |
| void | xy_set (Evas_Coord x1_, Evas_Coord y1_, Evas_Coord x2_, Evas_Coord y2_) const |
| operator::evas::line () const | |
| operator::evas::line & () | |
| operator::evas::line const & () const | |
Static Public Member Functions | |
| static Eo_Class const * | _eo_class () |
|
inline |
Retrieves the coordinates of the end points of the given evas line object.
second end point.
| x1 | The X coordinate of the first point. |
| y1 | The Y coordinate of the first point. |
| x2 | The X coordinate of the second point. |
| y2 | The Y coordinate of the second point. |
|
inline |
Sets the coordinates of the end points of the given evas line object.
| x1 | The X coordinate of the first point. |
| y1 | The Y coordinate of the first point. |
| x2 | The X coordinate of the second point. |
| y2 | The Y coordinate of the second point. |