跳轉到主要內容
此方法會從區域中裁切出一個矩形範圍。

語法

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