ImageAligner.ReferenceSource Property

Reference image that will be used as a starting point for aligning the images. Must be one of the image sources in Sources, or the alignment will fail with an InvalidOperationException.

Selecting a different reference source 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.

If set to null, will default to the middle element in the Sources list.

Default is null.

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

Syntax

public IImageProvider ReferenceSource { get; set; }
'Declaration
Public Property ReferenceSource As IImageProvider
    Get
    Set
public:
virtual property IImageProvider^ ReferenceSource {
    IImageProvider^ get () sealed;
    void set (IImageProvider^ value) sealed;
}
function get_ReferenceSource();
function set_ReferenceSource(value);

Property Value

Type: IImageProvider

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

ImageAligner Class

ImageAligner.ImageAligner Members

Lumia.Imaging.Transforms Namespace