Move Method of the Block Object
This method allows you to move the block region. The region is defined by coordinates of its rectangles (in pixels) upon the deskewed black-and-white plane of the corresponding image.
Syntax
HRESULT Move( int DeltaX, int DeltaY );
Parameters
- DeltaX
- [in] Horizontal offset in pixels.
- DeltaY
- [in] Vertical offset in pixels.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25