pub unsafe extern "C" fn ncvisual_resize(
n: *mut ncvisual,
rows: c_int,
cols: c_int,
) -> c_intExpand description
Scale the visual to ‘rows’ X ‘columns’ pixels, using the best scheme available. This is a lossy transformation, unless the size is unchanged.