このメソッドは、領域が指定されたRectangleと交差しているかどうかを判定します。Rectangleの座標を入力パラメーターとして受け取ります。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.
Region
Region オブジェクトの HasIntersectionWithRect メソッド
ABBYY FineReader Engine API の Region オブジェクトの HasIntersectionWithRect メソッド — 領域が指定された Rectangle と交差しているかどうかを返します。
Left
[in] このパラメーターは、交差判定の対象となるRectangleの左辺の座標を指定します。
Top
[in] このパラメーターは、交差判定の対象となるRectangleの上辺の座標を指定します。
Right
[in] このパラメーターは、交差判定の対象となるRectangleの右辺の座標を指定します。
Bottom
[in] このパラメーターは、交差判定の対象となるRectangleの下辺の座標を指定します。
Result
[out, retval] このパラメーターには計算結果が返されます。TRUE の場合、指定したRectangleと領域は交差します。
このメソッド固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値が返されます。
Region
