Share via


BlurFilter.BlurRegionShape Property

The region shape of the blur effect.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public BlurRegionShape BlurRegionShape { get; set; }
'Declaration
Public Property BlurRegionShape As BlurRegionShape
    Get
    Set
public:
virtual property BlurRegionShape BlurRegionShape {
    BlurRegionShape get () sealed;
    void set (BlurRegionShape value) sealed;
}
function get_BlurRegionShape();
function set_BlurRegionShape(value);

Property Value

Type: BlurRegionShape

Remarks

A region must be set in order for this property to have any effect.

Default is BlurRegionShape::Rectangular

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

BlurFilter Class

BlurFilter.BlurFilter Members

Lumia.Imaging.Adjustments Namespace