[][src]Function lvgl::widgets::img::get_auto_size

pub fn get_auto_size(img: *const lv_obj_t) -> MynewtResult<bool>

Get the auto size enable attribute

  • img: pointer to an image Return: true: auto size is enabled, false: auto size is disabled