该枚举定义了影像差值模式常量。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public enum ImageInterpolationMode |
成员
成员名称 | 描述 | |
---|---|---|
NearestNeighbor |
最临近插值模式。
| |
Low |
低质量插值模式。
| |
High |
高质量插值模式。
| |
Default |
默认插值模式。
| |
HighQualityBilinear |
高质量的双线性插值模式。
| |
HighQualityBicubic |
高质量的双三次插值法模式。
|