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

pub fn get_antialias(img: *mut lv_obj_t) -> MynewtResult<bool>

Get whether the transformations (rotate, zoom) are anti-aliased or not

  • img: pointer to an image object Return: true: anti-aliased; false: not anti-aliased