Click or drag to resize
PixelShaderEffectSource1Interpolation Property
Sets the interpolation mode used when sampling the first input texture.

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

Property Value

Type: CanvasImageInterpolation
See Also