[]
Specifies the sampling or filtering mode to use when scaling an image.
public enum WicInterpolationMode
Cubic = 2A bicubic interpolation algorithm.
Fant = 3A Fant resampling algorithm.
HighQualityCubic = 4A high quality bicubic interpolation algorithm.
Linear = 1A bilinear interpolation algorithm.
NearestNeighbor = 0A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation.