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
'Declaration
Public Property AffineTransformation As Matrix
'Usage
Dim instance As IdentificationResult
Dim value As Matrix
instance.AffineTransformation = value
value = instance.AffineTransformation
public Matrix AffineTransformation {get; set;}
public: __property Matrix* get_AffineTransformation();
public: __property void set_AffineTransformation(
Matrix* value
);
public:
property Matrix^ AffineTransformation {
Matrix^ get();
void set ( Matrix^ value);
}
See Also