이 메서드는 지정된 점이 영역 내부에 있는지 확인합니다. 점의 좌표를 입력 매개변수로 받습니다.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
이 페이지가 도움이 되었나요?