メインコンテンツへスキップ
このメソッドは、領域から矩形領域を切り取ります。

構文

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