Efl.Gfx.Entity.size

Description

The 2D size of a canvas object.

Since 1.22

Values

  • size - A 2D size in pixel units.

Getter

Retrieves the (rectangular) size of the given Evas object.

Since 1.22

Setter

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

Signature

@property size @pure_virtual {
    get {}
    set {}
    values {
        size: Eina.Size2D;
    }
}

C signature

Implemented by