Click or drag to resize
PixelShaderEffectSource5Mapping Property
Describes what texture coordinates the shader will use when sampling its fifth input texture.

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

Property Value

Type: SamplerCoordinateMapping
See Also