メインコンテンツへスキップ
このメソッドを使用すると、文字のRectangleを設定できます。これにより LeftTopRightBottom の各プロパティは変更されますが、CharacterRegion プロパティには影響しません。このRectangleは、画像上のピクセル座標で定義されます。

構文

C++

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

C#

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

Visual Basic .NET

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

パラメーター

Left [in] Rectangleの左端の座標。 Top [in] Rectangleの上端の座標。 Right [in] Rectangleの右端の座標。 Bottom [in] Rectangleの下端の座標。

戻り値

このメソッドに固有の戻り値はありません。ABBYY FineReader Engine 関数の標準戻り値を返します。

関連項目

CharParams