Function crop_rectangle2

Source
pub unsafe extern "C" fn crop_rectangle2(
    Image: Hobject,
    ImagePart: *mut Hobject,
    Row: f64,
    Column: f64,
    Phi: f64,
    Length1: f64,
    Length2: f64,
    AlignToAxis: *const c_char,
    Interpolation: *const c_char,
) -> Herror