http://en.wikipedia.org/wiki/Resampling_(bitmap)." />
Name | Value | Description |
Bicubic | 0 | Resample using bicubic resampling (http://en.wikipedia.org/wiki/Bicubic_interpolation) |
BicubicSmoother | 1 | Resample using bicubic resampling with smoother output |
BicubicSharper | 2 | Resample using bicubic resampling with sharper output |
Bilinear | 3 | Resample using bilinear resampling (http://en.wikipedia.org/wiki/Bilinear_interpolation) |
NearestNeighbor | 4 | Resample using nearest neighbor resampling (http://en.wikipedia.org/wiki/Nearest_neighbor_interpolation) |