Skip to main content

lv_image_get_src_width

Function lv_image_get_src_width 

Source
pub unsafe extern "C" fn lv_image_get_src_width(
    obj: *mut lv_obj_t,
) -> i32
Expand description

Get the width of an image before any transformations. @param obj Pointer to an image object. @return The width of the image.