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

pub fn get_pivot(
    img: *mut lv_obj_t,
    center: *mut lv_point_t
) -> MynewtResult<()>

Get the rotation center of the image.

  • img: pointer to an image object
  • center: rotation center of the image