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

public:
virtual property Rect Region {
	Rect get () sealed;
	void set (Rect value) sealed;
}

Property Value

Type: Rect

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

Lumia Imaging SDK

Supported in: 2.0
Show: