ncvisual_resize

Function ncvisual_resize 

Source
pub unsafe extern "C" fn ncvisual_resize(
    n: *mut ncvisual,
    rows: c_int,
    cols: c_int,
) -> c_int
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.