FoundationFilter::Region Property

The region in which the effect is applied, for instance a face.

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

Namespace: Lumia.Imaging.Artistic
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

If a region with zero width or height is specified, the effect will be applied to the whole image.

Default is a region with zero width and height

Lumia Imaging SDK

Supported in: 2.0
Show: