VignettingFilter::Region Property

A rectangle defining where the vignetting should be applied.

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

The transition area will start outside the ellipse that can be inscribed inside this region.

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

A vignetting region with width and/or height set to 0 will be applied to the entire image.

Default is a 0-size region that will be applied to the entire image.

Lumia Imaging SDK

Supported in: 2.0
Show: