CGInterpolationQuality 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.
Quality of interpolation for drawing images.
public enum CGInterpolationQuality
type CGInterpolationQuality =
- Inheritance
-
CGInterpolationQuality
Fields
Default | 0 | Let the context pick the best interpolation mode. |
High | 3 | High quality, at the cost of speed. |
Low | 2 | Low interpolation quality, fast processing. |
Medium | 4 | |
None | 1 | Do not interpolate. |