메인 콘텐츠로 건너뛰기

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.

이 메서드는 지정한 점이 뷰의 중앙에 오도록 텍스트 뷰를 스크롤합니다.

구문

C++

HRESULT CenterOnDocumentPoint( int X, int Y );

C#

void CenterOnDocumentPoint( int X, int Y );

Visual Basic .NET

Sub CenterOnDocumentPoint(X As Integer, Y As Integer)

매개변수

X [in] 점의 가로 좌표를 픽셀 단위로 지정합니다. 좌표는 문서 이미지를 기준으로 한 상대값입니다. Y [in] 점의 세로 좌표를 픽셀 단위로 지정합니다. 좌표는 문서 이미지를 기준으로 한 상대값입니다.

반환 값

이 메서드는 특정 반환 값을 제공하지 않습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.

함께 보기

TextEditor