Table of Contents

Efl.Gfx.Image.scale_hint

Description

The scale hint of a given image of the canvas.

The scale hint affects how EFL is to cache scaled versions of its original source image.

Since 1.23

Values

Signature

@property scale_hint @pure_virtual {
    get {}
    set {}
    values {
        hint: Efl.Gfx.Image_Scale_Hint (Efl.Gfx.Image_Scale_Hint.none);
    }
}

C signature

Efl_Gfx_Image_Scale_Hint efl_gfx_image_scale_hint_get(const Eo *obj);
void efl_gfx_image_scale_hint_set(Eo *obj, Efl_Gfx_Image_Scale_Hint hint);

Implemented by