BlurFilter Members
Include Protected Members
Include Inherited Members
The BlurFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BlurFilter() |
Creates and initializes a new BlurFilter with default values.
|
![]() |
BlurFilter(Int32) |
Creates and initializes a new BlurFilter with a specific level and default region.
|
![]() |
BlurFilter(Int32, Rect, BlurRegionShape) |
Creates and initializes a new BlurFilter with a specific level and region.
|
Methods
Name | Description | |
---|---|---|
![]() |
Apply |
Internal framework method.
|
![]() |
Lock |
Internal framework method.
|
![]() |
PrepareAsync |
Internal framework method.
|
Properties
Name | Description | |
---|---|---|
![]() |
BlurRegionShape |
The region shape of the blur effect.
|
![]() |
KernelSize | The kernel size in pixels. Larger kernel size results in more blur. Range [1, 256]. Default is 1. |
![]() |
Region |
The region to blur within the image.
The coordinates are relative to the current coordinate system, which may be affected by preceding filters. |