[][src]Function k4a_sys::k4a_image_get_width_pixels

pub unsafe extern "C" fn k4a_image_get_width_pixels(
    image_handle: k4a_image_t
) -> c_int

Get the image width in pixels.

\param image_handle Handle of the image for which the get operation is performed on.

\returns This function is not expected to fail, all \ref k4a_image_t's are created with a known width. If the \p image_handle is invalid, the function will return 0.

\relates k4a_image_t

\xmlonly k4a.h (include k4a/k4a.h) k4a.lib k4a.dll \endxmlonly