WarpFilter.Regions Property

List of rectangles where warp is applied.

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

Syntax

public IList<Rect> Regions { get; set; }
'Declaration
Public Property Regions As IList(Of Rect)
    Get
    Set
public:
virtual property IList<Rect>^ Regions {
    IList<Rect>^ get () sealed;
    void set (IList<Rect>^ value) sealed;
}
function get_Regions();
function set_Regions(value);

Property Value

Type: IList<Rect>

Remarks

Rectangles that are outside of the current image size will be cropped to the valid area. There must be at least one rectangle in the list, if used.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

WarpFilter Class

WarpFilter.WarpFilter Members

Lumia.Imaging.Artistic Namespace