InterpolationModefunction
Specifies the algorithm that is used when images are scaled or rotated. This enumeration is used by the **GdipGetInterpolationMode** and **GdipSetInterpolationMode** functions of the **Graphics** functions.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
InterpolationModeInvalid | -1 | |
InterpolationModeDefault | 0 | |
InterpolationModeLowQuality | 1 | |
InterpolationModeHighQuality | 2 | |
InterpolationModeBilinear | 3 | |
InterpolationModeBicubic | 4 | |
InterpolationModeNearestNeighbor | 5 | |
InterpolationModeHighQualityBilinear | 6 | |
InterpolationModeHighQualityBicubic | 7 |
Description
The InterpolationMode enumeration specifies the algorithm that is used when images are scaled or rotated. This enumeration is used by the GdipGetInterpolationMode and GdipSetInterpolationMode functions of the Graphics functions.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations