spinImageGetOffsetY

Function spinImageGetOffsetY 

Source
pub unsafe extern "C" fn spinImageGetOffsetY(
    hImage: spinImage,
    pOffsetY: *mut size_t,
) -> spinError
Expand description

Retrieves the offset of an image along its Y axis @see spinError

@param hImage The image of the offset along the Y axis to retrieve @param pOffsetY The unsigned integer pointer in which the offset along the Y axis is returned

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error