Efl.Gfx.Image_Orientable (interface)

Description

Interface for images which can be rotated or flipped (mirrored).

Compare with Efl.Ui.Layout_Orientable which works for layout objects and does not include rotation.

Since 1.23

Members

image_orientation (get, set)

Control the orientation (rotation and flipping) of a visual object.
Efl_Gfx_Image_Orientation efl_gfx_image_orientation_get(const Eo *obj);
void efl_gfx_image_orientation_set(Eo *obj, Efl_Gfx_Image_Orientation dir);


Events