이 메서드는 영역이 지정된 사각형과 교차하는지 여부를 확인합니다. 사각형의 좌표를 입력 매개변수로 받습니다.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 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
이 페이지가 도움이 되었나요?