ETcVnInterpolationType
Offers interpolation types.
Syntax
Definition:
TYPE ETcVnInterpolationType :
(
TCVN_IT_NEAREST_NEIGHBOR := 0,
TCVN_IT_BILINEAR := 1,
TCVN_IT_BICUBIC := 2,
TCVN_IT_AREA_BASED := 3,
TCVN_IT_LANCZOS4 := 4
)DINT;
END_TYPE
Values
Name |
Description |
---|---|
TCVN_IT_NEAREST_NEIGHBOR |
Nearest neighbor interpolation |
TCVN_IT_BILINEAR |
Bilinear interpolation |
TCVN_IT_BICUBIC |
Bicubic interpolation |
TCVN_IT_AREA_BASED |
Area based interpolation |
TCVN_IT_LANCZOS4 |
Lanczos4 interpolation |