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