このメソッドは、領域が指定された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.
このメソッドは、領域が指定された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.
HRESULT HasIntersectionWithRect(
int Left,
int Top,
int Right,
int Bottom,
VARIANT_BOOL* Result
);
bool HasIntersectionWithRect(
int Left,
int Top,
int Right,
int Bottom
);
Function HasIntersectionWithRect( _
Left As Integer, _
Top As Integer, _
Right As Integer, _
Bottom As Integer _
) As Boolean
このページは役に立ちましたか?