Function lv_obj_get_size
Source pub unsafe fn lv_obj_get_size(object: *mut _lv_obj_t) -> Point
Expand description
Get the size of an object as a Point
§Arguments
Object - The object to get the size of.
§Safety
This function is unsafe because it may dereference raw pointers (e.g. Object).