このメソッドは、指定した点の画面座標をドキュメント画像上の座標に変換します。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 _
)
このページは役に立ちましたか?