• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Description
  • Values
  • Signature
  • C signature
  • Implemented by
  • Top of Page

Efl.Canvas.Object.geometry

Description

Rectangular geometry that combines both position and size.

Since 1.22

Values

  • rect - The X,Y position and W,H size, in pixels.

Overridden from Efl.Gfx.Entity.geometry (get, set).

Signature

@property geometry @pure_virtual {
    get {}
    set {}
    values {
        rect: Eina.Rect;
    }
}

C signature

Eina_Rect efl_gfx_entity_geometry_get(const Eo *obj);
void efl_gfx_entity_geometry_set(Eo *obj, Eina_Rect rect);

Implemented by

  • Efl.Gfx.Entity.geometry
  • Efl.Canvas.Vg.Node.geometry
  • Efl.Canvas.Layout_Part.geometry
  • Efl.Canvas.Layout_Part_Invalid.geometry
  • Efl.Canvas.Object.geometry