CGInterpolationQuality Enum
Definition
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. |