BlurEffect Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A gaussian blur effect
public sealed class BlurEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
type BlurEffect = class
interface IPipelineEffect
Public NotInheritable Class BlurEffect
Implements IPipelineEffect
- Inheritance
-
BlurEffect
- Implements
Remarks
This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.GaussianBlurEffect effect
Constructors
| BlurEffect() |
Properties
| Amount |
Gets or sets the blur amount for the effect (must be a positive value) |
Methods
| AppendToPipeline(PipelineBuilder) |
Appends the current effect to the input PipelineBuilder instance. |