Click or drag to resize
GaussianBlurEffectSource Property
Gets or sets the input source for Gaussian blur effect.

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

Property Value

Type: IGraphicsEffectSource
Remarks

This property is initialized to null.

Source can be any IGraphicsEffectSource object. But the source has to be ICanvasImage type if output will be drawn using CanvasDrawingSession. Any valid effect can be used as source to create an effects chain.

See Also