Click or drag to resize
StraightenEffectInterpolationMode Property
Gets or sets the interpolation mode.

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
Remarks

Default interpolation mode is Linear.

Please note that HighQualityCubic mode is not supported.

See Also