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.
이 메서드를 사용하면 문자 사각형을 설정할 수 있습니다. 이 메서드는 Left, Top, Right, Bottom 속성에 영향을 미치지만, CharacterRegion 속성에는 영향을 미치지 않습니다. 사각형은 이미지의 픽셀 좌표로 정의됩니다.
HRESULT SetRect(
int Left,
int Top,
int Right,
int Bottom
);
void SetRect(
int Left,
int Top,
int Right,
int Bottom
);
Sub SetRect( _
Left As Integer, _
Top As Integer, _
Right As Integer, _
Bottom As Integer _
)
Left
[in] 사각형 왼쪽 경계의 좌표입니다.
Top
[in] 사각형 위쪽 경계의 좌표입니다.
Right
[in] 사각형 오른쪽 경계의 좌표입니다.
Bottom
[in] 사각형 아래쪽 경계의 좌표입니다.
이 메서드에는 특정한 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.
CharParams