Share via


FoundationEffect.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 effects.

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

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

FoundationEffect Class

FoundationEffect.FoundationEffect Members

Lumia.Imaging.Artistic Namespace