Efl.Gfx.Image_Load_Controller.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

  • region - A region of the image.

Signature

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

C signature

Implemented by