Functions | |
void | evas_object_image_fill_set (Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h) |
Sets the rectangle on the image object that the image will be drawn to. | |
void | evas_object_image_fill_get (Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) |
Retrieves the dimensions of the rectangle on the image object that the image will be drawn to. |
|
Retrieves the dimensions of the rectangle on the image object that the image will be drawn to. See evas_object_image_fill_set for more details.
|
|
Sets the rectangle on the image object that the image will be drawn to.
Note that the image will be tiled around this one rectangle. To have only one copy of the image drawn,
The default values for the fill parameters is
|