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

구문

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, _
  DocumentX As Integer, _
  DocumentY As Integer _
)

Parameters

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

반환 값

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

참고 항목

ImageViewer DocumentToScreen