CGpBase.InterpolationModemethod
Specifies the algorithm that is used when images are scaled or rotated.
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.
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.
Example
InterpolationModeInvalid = QualityModeInvalid InterpolationModeDefault = QualityModeDefault InterpolationModeLowQuality = QualityModeLow InterpolationModeHighQuality = QualityModeHigh InterpolationModeBilinear = 3 InterpolationModeBicubic = 4 InterpolationModeNearestNeighbor = 5 InterpolationModeHighQualityBilinear = 6 InterpolationModeHighQualityBicubic = 7
Reference
- Include file
CGdiPlus.inc - Documented in Graphics/GdiPlus Classes/CGdiPlus.md
- Topic: CGdiPlus