Data Structures | Public Member Functions | Static Public Member Functions
eo_cxx::evas::polygon Struct Reference

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 ()
 

Member Function Documentation

void eo_cxx::evas::polygon::point_add ( Evas_Coord  x_,
Evas_Coord  y_ 
) const
inline

Adds the given point to the given evas polygon object.

Parameters
xThe X coordinate of the given point.
yThe Y coordinate of the given point.