Click or drag to resize
ArithmeticCompositeEffectSource2 Property
Gets or sets the second input source for ArithmeticComposite effect.

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