ETcVnInterpolationType
Offers interpolation types.
Syntax
Definition:
enum ETcVnInterpolationType : LONG
{
IT_NEAREST_NEIGHBOR = 0,
IT_BILINEAR = 1,
IT_BICUBIC = 2,
IT_AREA_BASED = 3,
IT_LANCZOS4 = 4
};
Values
Name |
Description |
---|---|
IT_NEAREST_NEIGHBOR |
Nearest neighbor interpolation |
IT_BILINEAR |
Bilinear interpolation |
IT_BICUBIC |
Bicubic interpolation |
IT_AREA_BASED |
Area based interpolation |
IT_LANCZOS4 |
Lanczos4 interpolation |