次の方法で共有


BlurFilter Members

Include Protected Members
Include Inherited Members

The BlurFilter type exposes the following members.

Constructors

  Name Description
Public method BlurFilter()
Creates and initializes a new BlurFilter with default values.
Public method BlurFilter(Int32)
Creates and initializes a new BlurFilter with a specific level and default region.
Public method BlurFilter(Int32, Rect, BlurRegionShape)
Creates and initializes a new BlurFilter with a specific level and region.

Methods

  Name Description
Public method Apply
Internal framework method.
Public method Lock
Internal framework method.
Public method PrepareAsync
Internal framework method.

Properties

  Name Description
Public property BlurRegionShape
The region shape of the blur effect.
Public property KernelSize

The kernel size in pixels. Larger kernel size results in more blur.

Range [1, 256]. Default is 1.

Public property Region
The region to blur within the image.

The coordinates are relative to the current coordinate system, which may be affected by preceding filters.

See Also

BlurFilter Class

Lumia.Imaging.Adjustments Namespace