CGContext.InterpolationQuality Property

Definition

A hint for the level of quality used when interpolating images (for example, when scaling).

public CoreGraphics.CGInterpolationQuality InterpolationQuality { get; set; }
member this.InterpolationQuality : CoreGraphics.CGInterpolationQuality with get, set

Property Value

Remarks

InterpolationQuality is only a hint. Not all contexts support all CGInterpolationQuality values.

Applies to