Help Center

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.

Graphicsfunctiondoc-orphan
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

NameDescription
InterpolationModeInvalid-1
InterpolationModeDefault0
InterpolationModeLowQuality1
InterpolationModeHighQuality2
InterpolationModeBilinear3
InterpolationModeBicubic4
InterpolationModeNearestNeighbor5
InterpolationModeHighQualityBilinear6
InterpolationModeHighQualityBicubic7

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