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

Syntax

public BlurFilter(
    int kernelSize,
    Rect region,
    BlurRegionShape regionShape
)
'Declaration
Public Sub New ( 
    kernelSize As Integer,
    region As Rect,
    regionShape As BlurRegionShape
)
public:
BlurFilter(
    [InAttribute] int kernelSize, 
    [InAttribute] Rect region, 
    [InAttribute] BlurRegionShape regionShape
)
Lumia.Imaging.Adjustments.BlurFilter = function(kernelSize, region, 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.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

BlurFilter Class

BlurFilter.BlurFilter Members

BlurFilter Overload

Lumia.Imaging.Adjustments Namespace