Table of Contents

Efl.Ui.Image.load_region

Description

Inform a given image object to load a selective region of its source image.

This property is useful when one is not showing all of an image's area on its image object.

The image loader for the image format in question has to support selective region loading in order for this function to work (see Efl.Gfx.Image_Load_Controller.load_region_support).

Since 1.23

Values

Overridden from Efl.Gfx.Image_Load_Controller.load_region (get, set).

Signature

@property load_region @pure_virtual {
    get {}
    set {}
    values {
        region: Eina.Rect;
    }
}

C signature

Eina_Rect efl_gfx_image_load_controller_load_region_get(const Eo *obj);
void efl_gfx_image_load_controller_load_region_set(Eo *obj, Eina_Rect region);

Implemented by