ncvisual_resize

Function ncvisual_resize 

Source
pub unsafe extern "C" fn ncvisual_resize(
    n: *mut ncvisual,
    rows: i32,
    cols: i32,
) -> i32
Expand description

Scale the visual to ‘rows’ X ‘columns’ pixels, using the best scheme available. This is a lossy transformation, unless the size is unchanged.