The 2D size of a canvas object.
Since 1.22
Retrieves the (rectangular) size of the given Evas object.
Since 1.22
Changes the size of the given object.
Note that setting the actual size of an object might be the job of its container, so this function might have no effect. Look at Efl.Gfx.Hint instead, when manipulating widgets.
Since 1.22
@property size @pure_virtual { get {} set {} values { size: Eina.Size2D; } }
Eina_Size2D efl_gfx_entity_size_get(const Eo *obj); void efl_gfx_entity_size_set(Eo *obj, Eina_Size2D size);