• 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

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

Efl.Ui.Image.load_region_support

Values

  • support - true if region load of the image is supported, false otherwise.


Overridden from Efl.Gfx.Image_Load_Controller.load_region_support (get).

Signature

@property load_region_support @pure_virtual {
    get {}
    values {
        support: bool;
    }
}

C signature

Eina_Bool efl_gfx_image_load_controller_load_region_support_get(const Eo *obj);

Implemented by

  • Efl.Gfx.Image_Load_Controller.load_region_support
  • Efl.Canvas.Image.load_region_support
  • Efl.Ui.Image.load_region_support