Efl.Gfx.Entity.position

Description

The 2D position of a canvas object.

The position is absolute, in pixels, relative to the top-left corner of the window, within its border decorations (application space).

Since 1.22

Values

  • pos - A 2D coordinate in pixel units.

Getter

Retrieves the position of the given canvas object.

Since 1.22

Setter

Moves the given canvas object to the given location inside its canvas' viewport. If unchanged this call may be entirely skipped, but if changed this will trigger move events, as well as potential pointer,in or pointer,out events.

Since 1.22

Signature

@property position @pure_virtual {
    get {}
    set {}
    values {
        pos: Eina.Position2D;
    }
}

C signature

Implemented by