ImageAligner.Sources Property

A list of images to align.

At least two image and a maximum of 40 sources must be provided.

All image sources must have the same size, otherwise an exception will be thrown when calling AlignAsync().

Any change to the Sources property will invalidate the alignment, and AlignAsync() must be called (again) before attempting to render an aligned source. Failing that an exception will be thrown during rendering.

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

Syntax

public IVectorView Sources { get; set; }
'Declaration
Public Property Sources As IVectorView
    Get
    Set
public:
virtual property IVectorView^ Sources {
    IVectorView^ get () sealed;
    void set (IVectorView^ value) sealed;
}
function get_Sources();
function set_Sources(value);

Property Value

Type: IVectorView

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

ImageAligner Class

ImageAligner.ImageAligner Members

Lumia.Imaging.Transforms Namespace