BlurFilter Constructor (Int32, Rect, BlurRegionShape)
Creates and initializes a new BlurFilter with a specific level and region.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: BlurFilter( [InAttribute] int kernelSize, [InAttribute] Rect region, [InAttribute] BlurRegionShape regionShape )
Parameters
- kernelSize
- Type: System::Int32
The kernel size in pixels.Range [1, 256]. Larger kernel size results in more blur.
- region
- Type: Windows.Foundation::Rect
The region to blur within the image.The coordinates are relative to the current coordinate system, which may be affected by preceding filters.
- regionShape
- Type: Lumia.Imaging.Adjustments::BlurRegionShape
The region shape of the blur effect.
Show: