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: 2026.2.0.0.42 (.NET 4.6.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