public NRaster Resize( System.int width, System.int height, System.bool preserveApectRatio, System.double resolution )
Parameters
- width
- The width of the new raster.
- height
- The height of the new raster.
- preserveApectRatio
- Specifies whether to preserve aspect ratio of the raster or not. If set to true and the aspect ratio of the original raster is different than the one defined by the given width and height, the resized image will be centered in the resulting raster.
- resolution