Enum ScaleInterpolationMode
The interpolation mode the Scale effect uses to scale the image. There are 6 scale modes that range in quality and speed.
public enum ScaleInterpolationMode
Fields
Anisotropic = 4
No documentation.
Cubic = 2
No documentation.
HighQualityCubic = 5
No documentation.
Linear = 1
No documentation.
MultiSampleLinear = 3
No documentation.
NearestNeighbor = 0
No documentation.