| ImageGear22.Core Assembly > ImageGear.Processing Namespace : ImGearInterpolations Enumeration |
'Declaration Public Enum ImGearInterpolations Inherits System.Enum
'Usage Dim instance As ImGearInterpolations
public enum ImGearInterpolations : System.Enum
__value public enum ImGearInterpolations : public System.Enum
public enum class ImGearInterpolations : public System.Enum
| 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. |
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearInterpolations