Click or drag to resize
CompositeEffectSources Property
Gets a collection of the input sources attached to the effect.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public IList<IGraphicsEffectSource> Sources { get; }

Property Value

Type: IListIGraphicsEffectSource
Remarks

Composite effect can accept multiple inputs. Use the returned vector to add, remove or change attached sources.

See Also