[]
Specifies the sampling or filtering mode to use when scaling an image.
public enum InterpolationMode
Public Enum InterpolationMode
Name | Description |
---|---|
Cubic | A bicubic interpolation algorithm. |
Downscale | A resampling algorithm for downscaling by factors greater than 2. |
Linear | A bilinear interpolation algorithm. |
NearestNeighbor | A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation. |