Chinese Simplified (简体中文)

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

C++

HRESULT Move(
  int DeltaX,
  int DeltaY
);
    

C#

void Move(
  int DeltaX,
  int DeltaY
);
    

Visual Basic .NET

Sub Move( _
  DeltaX As Integer, _
  DeltaY As Integer _
)
    

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

Block

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.