Click or drag to resize
ConvolveMatrixEffectInterpolationMode Property
Interpolation mode used to scale the source image to the specified KernelScale. Default value Linear.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasImageInterpolation InterpolationMode { get; set; }

Property Value

Type: CanvasImageInterpolation
See Also