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

  • hint - Scalable or static size hint.

Signature

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

C signature

Implemented by