メインコンテンツへスキップ
このメソッドは、指定した点のスクリーン座標をドキュメント画像上の座標に変換します。

構文

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