InterpolationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class InterpolationMode
public enum InterpolationMode
type InterpolationMode =
Public Enum InterpolationMode
- Inheritance
-
InterpolationMode
Fields
Name | Value | Description |
---|---|---|
InterpolationModeDefault | 0 | |
InterpolationModeLowQuality | 1 | |
InterpolationModeHighQuality | 2 | |
InterpolationModeBilinear | 3 | |
InterpolationModeBicubic | 4 | |
InterpolationModeNearestNeighbor | 5 | |
InterpolationModeHighQualityBilinear | 6 | |
InterpolationModeHighQualityBicubic | 7 |