このメソッドは、指定した点が領域内にあるかどうかを判定します。入力パラメーターとして、その点の座標を受け取ります。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.
このメソッドは、指定した点が領域内にあるかどうかを判定します。入力パラメーターとして、その点の座標を受け取ります。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 IsPointInRegion(
int X,
int Y,
VARIANT_BOOL* Result
);
bool IsPointInRegion(
int X,
int Y
);
Function IsPointInRegion( _
X As Integer, _
Y As Integer _
) As Boolean
このページは役に立ちましたか?