FormFix v6.0 for .NET - Updated
AlignImage(FormImage) Method



Accusoft.FormFixSdk Namespace > RegistrationResult Class : AlignImage(FormImage) Method
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.
Aligns an image using the registration information contained within this object.
Syntax
'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.
Remarks
This method accepts an input image and returns an aligned copy of that image. The new image will be equal in size to the model image, which may have a different size than unalignedImage. This method will not change unalignedImage.
See Also

Reference

RegistrationResult Class
RegistrationResult Members

Is this page helpful?
Yes No
Thanks for your feedback.