Click or drag to resize
Transform3DEffectInterpolationMode Property
Gets or sets the interpolation mode for Transform3DEffect effect.

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