跳转到主要内容
该方法从区域中裁切出一块矩形区域。

语法

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 _
)

参数

Left [in] 该参数用于指定矩形左边界的坐标。 Top [in] 该参数用于指定矩形上边界的坐标。 Right [in] 该参数用于指定矩形右边界的坐标。 Bottom [in] 该参数用于指定矩形下边界的坐标。

返回值

此方法没有特定返回值。它会返回 ABBYY FineReader Engine 函数的标准返回值

另请参阅

Region