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
public: virtual property IImageProvider^ ReferenceSource { IImageProvider^ get () sealed; void set (IImageProvider^ value) sealed; }
Property Value
Type: IImageProvider
Show: