Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This method cuts a rectangular area from a region.

Syntax

C++

HRESULT CutRect(
  int Left,
  int Top,
  int Right,
  int Bottom
);

C#

void CutRect(
  int Left,
  int Top,
  int Right,
  int Bottom
);

Visual Basic .NET

Sub CutRect( _
  Left As Integer, _
  Top As Integer, _
  Right As Integer, _
  Bottom As Integer _
)

Parameters

Left [in] This parameter specifies coordinate of the left border of the rectangle. Top [in] This parameter specifies coordinate of the top border of the rectangle. Right [in] This parameter specifies coordinate of the right border of the rectangle. Bottom [in] This parameter specifies coordinate of the bottom border of the rectangle.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Region