Gets or sets the value of the Affine transformation matrix that the IdentificationProcessor produced, which maps points from the
FormResult.IdentificationInputImage to the form template image (or
FormResult.AlignedImage).
Syntax
public Matrix AffineTransformation {get; set;}
public: __property Matrix* get_AffineTransformation();
public: __property void set_AffineTransformation(
Matrix* value
);
'Declaration
Public Property AffineTransformation As Matrix
'Usage
Dim instance As IdentificationResult
Dim value As Matrix
instance.AffineTransformation = value
value = instance.AffineTransformation
See Also