メインコンテンツへスキップ

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.

このメソッドは、領域が指定した領域と交差するかどうかを判定します。

構文

C++

HRESULT HasIntersectionWithRegion(
  IRegion*      Region,
  VARIANT_BOOL* Result
);

C#

bool HasIntersectionWithRegion( Region Region );

Visual Basic .NET

Function HasIntersectionWithRegion(Region As Region) As Boolean

パラメーター

Region [in] 交差判定の対象となる Region オブジェクトを指定します。 Result [out, retval] 計算結果を受け取ります。このパラメーターが TRUE の場合、2 つの領域は交差しています。

戻り値

このメソッド固有の戻り値はありません。戻り値として、ABBYY FineReader Engine 関数の標準戻り値が返されます。

関連項目

Region