このメソッドは、ドキュメント画像上の指定した点の座標を画面座標に変換します。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 DocumentToScreen(
int DocumentX,
int DocumentY,
int* ScreenX,
int* ScreenY
);
void DocumentToScreen(
int DocumentX,
int DocumentY,
out int ScreenX,
out int ScreenY
);
Sub DocumentToScreen( _
DocumentX As Integer, _
DocumentY As Integer, _
ScreenX As Integer, _
ScreenY As Integer _
)
このページは役に立ちましたか?