This group provides functions to deal with evas line objects.
Function Documentation
Adds a new evas line object to the given evas.
- Since :
- 2.3.1
- Parameters:
-
- Returns:
- The new evas line object
Gets the coordinates of the end points of the given evas line object.
- Since :
- 2.3.1
- Parameters:
-
[in] | obj | The given line object |
[out] | x1 | The pointer to an integer in which to store the X coordinate of the first end point |
[out] | y1 | The pointer to an integer in which to store the Y coordinate of the first end point |
[out] | x2 | The pointer to an integer in which to store the X coordinate of the second end point |
[out] | y2 | The pointer to an integer in which to store the Y coordinate of the second end point |
Sets the coordinates of the end points of the given evas line object.
- Since :
- 2.3.1
- Parameters:
-
[in] | obj | The given evas line object |
[in] | x1 | The X coordinate of the first point |
[in] | y1 | The Y coordinate of the first point |
[in] | x2 | The X coordinate of the second point |
[in] | y2 | The Y coordinate of the second point |