이 메서드는 지정한 지점의 화면 좌표를 문서 이미지의 좌표로 변환합니다.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 ScreenToDocument(
int ScreenX,
int ScreenY,
int* DocumentX,
int* DocumentY
);
void ScreenToDocument(
int ScreenX,
int ScreenY,
out int DocumentX,
out int DocumentY
);
Sub ScreenToDocument( _
ScreenX As Integer, _
ScreenY As Integer, _
DocumentX As Integer, _
DocumentY As Integer _
)
이 페이지가 도움이 되었나요?