Specifies type of interpolation method.
Syntax
Members
Member | Value | Description |
AVERAGE | 1 | Average value interpolation. |
BICUBIC | 7 | Bicubic interpolation. |
BILINEAR | 2 | Bilinear interpolation. |
GRAYSCALE | 4 | Grayscale interpolation. |
NEAREST_NEIGHBOR | 3 | Nearest neighborhood interpolation. |
NONE | 0 | No interpolation. |
PRESERVE_BLACK | 6 | Interpolation method that preserves black pixels. |
PRESERVE_WHITE | 5 | Interpolation method that preserves white pixels. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearInterpolations
See Also