Function draw_rectangle2_mod

Source
pub unsafe extern "C" fn draw_rectangle2_mod(
    WindowHandle: Hlong,
    RowIn: f64,
    ColumnIn: f64,
    PhiIn: f64,
    Length1In: f64,
    Length2In: f64,
    Row: *mut f64,
    Column: *mut f64,
    Phi: *mut f64,
    Length1: *mut f64,
    Length2: *mut f64,
) -> Herror