메인 콘텐츠로 건너뛰기
이 메서드는 지정한 점의 화면 좌표를 문서 이미지 좌표로 변환합니다.

구문

C++

HRESULT ScreenToDocument(
  int  ScreenX,
  int  ScreenY,
  int* DocumentX,
  int* DocumentY
);

C#

void ScreenToDocument(
  int     ScreenX,
  int     ScreenY,
  out int DocumentX,
  out int DocumentY
);

Visual Basic .NET

Sub ScreenToDocument(
  ScreenX As Integer, _
  ScreenY As Integer, _
  ByRef DocumentX As Integer, _
  ByRef DocumentY As Integer _
)

매개변수

ScreenX [in] 화면 좌표에서 점의 가로 좌표를 지정합니다. ScreenY [in] 화면 좌표에서 점의 세로 좌표를 지정합니다. DocumentX [out] 문서 이미지상의 점에 대한 가로 좌표를 받습니다. DocumentY [out] 문서 이미지상의 점에 대한 세로 좌표를 받습니다.

반환 값

이 메서드에는 특정 반환 값이 없습니다. 이 메서드는 ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.

참고 항목

ZoomViewer DocumentToScreen