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.
このメソッドを使用すると、文字のRectangleを設定できます。これにより Left、Top、Right、Bottom の各プロパティは変更されますが、CharacterRegion プロパティには影響しません。このRectangleは、画像上のピクセル座標で定義されます。
HRESULT SetRect(
int Left,
int Top,
int Right,
int Bottom
);
void SetRect(
int Left,
int Top,
int Right,
int Bottom
);
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