Skip to main content
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