BlurFilter.Region Property

The region to blur within the image.

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

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

Syntax

public Rect Region { get; set; }
'Declaration
Public Property Region As Rect
    Get
    Set
public:
virtual property Rect Region {
    Rect get () sealed;
    void set (Rect value) sealed;
}
function get_Region();
function set_Region(value);

Property Value

Type: Rect

Remarks

The blur is applied to the entire image if the width and/or height value is zero (independent of the position).

The coordinates are relative to the upper-left corner of the blur region.

Default is a region corresponding to the entire image

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

BlurFilter Class

BlurFilter.BlurFilter Members

Lumia.Imaging.Adjustments Namespace