Click or drag to resize

InterpolationMode Enumeration

Specifies the interpolation to use with various image processing commands.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum InterpolationMode
Members
  Member nameDescription
None No interpolation.
BiLinear Uses standard bi-linear interpolation.
BiCubic Slowest, but most accurate interpolation.
See Also