The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
KernelType Enumeration
.NET Framework (current version)
Describes the kernel used to create the effect.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Box | A simple blur created with a square distribution curve. | |
| Gaussian | A distributed curve that creates a smooth distribution for a blur. |
This enumeration specifies the curve that is used to calculate the blur.
Performance Note: A Gaussian kernel creates a higher-quality blur but if performance is a concern, use the Box kernel because it uses less calculations.
.NET Framework
Available since 3.0
Available since 3.0
Show: