This group provides 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.
Function Documentation
Adds a new evas polygon object to the given evas.
- Since :
- 2.3.1
- Parameters:
-
- Returns:
- A new evas polygon object
Adds the given point to the given evas polygon object.
- Since :
- 2.3.1
- Parameters:
-
[in] | obj | The given evas polygon object |
[in] | x | The X coordinate of the given point |
[in] | y | The Y coordinate of the given point |
Removes all of the points from the given evas polygon object.
- Since :
- 2.3.1
- Parameters:
-
[in] | obj | The given polygon object |