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.
このメソッドを使用すると、矩形の位置とサイズを設定できます。SetRectangle メソッドとの違いは、このメソッドには矩形のすべての座標を渡し、幅と高さはそれらの座標から内部的に計算される点です。
HRESULT SetRectangleFromLTRB(
int Left,
int Top,
int Right,
int Bottom
);
void SetRectangleFromLTRB(
int Left,
int Top,
int Right,
int Bottom
);
Sub SetRectangleFromLTRB( _
Left As Integer, _
Top As Integer, _
Right As Integer, _
Bottom As Integer _
)
Left
[in] このパラメーターは、矩形の左端の座標を指定します。
Top
[in] このパラメーターは、矩形の上端の座標を指定します。
Right
[in] このパラメーターは、矩形の右端の座標を指定します。
Bottom
[in] このパラメーターは、矩形の下端の座標を指定します。
このメソッド固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値が返されます。
FRRectangle