Click or drag to resize
PixelShaderEffectSource2 Property
Gets or sets the second input source for the custom pixel shader.

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

Property Value

Type: IGraphicsEffectSource
See Also