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
Name | Value | Description |
---|---|---|
Default | 0 | Let the context pick the best interpolation mode. |
None | 1 | Do not interpolate. |
Low | 2 | Low interpolation quality, fast processing. |
High | 3 | High quality, at the cost of speed. |
Medium | 4 |