Efl.Canvas.Object.anti_alias

Description

Whether or not the given Evas object is to be drawn anti-aliased.

Since 1.22

Values

  • anti_alias - true if the object is to be anti_aliased, false otherwise.

Signature

@property anti_alias {
    get {}
    set {}
    values {
        anti_alias: bool;
    }
}

C signature

Eina_Bool efl_canvas_object_anti_alias_get(const Eo *obj);
void efl_canvas_object_anti_alias_set(Eo *obj, Eina_Bool anti_alias);

Implemented by