'Declaration
Public Function AlignImage( _ ByVal unalignedImage As FormImage _ ) As FormImage
'Usage
Dim instance As RegistrationResult Dim unalignedImage As FormImage Dim value As FormImage value = instance.AlignImage(unalignedImage)
public FormImage AlignImage( FormImage unalignedImage )
public: FormImage^ AlignImage( FormImage^ unalignedImage )
Parameters
- unalignedImage
- The original image that this method will align. This method will not change this image, but will make a copy, align the copy, and return it.
Return Value
A new image that is aligned to match the reference image.