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