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.
이 메서드는 지정한 좌표의 사각형을 나타내는 FRRectangle 객체를 생성합니다.
HRESULT CreateRectangle(
int Left,
int Top,
int Right,
int Bottom,
IFRRectangle** Result
);
IFRRectangle CreateRectangle(
int Left,
int Top,
int Right,
int Bottom
);
Function CreateRectangle( _
[Left As Integer = 0], _
[Top As Integer = 0], _
[Right As Integer = 0], _
[Bottom As Integer = 0] _
) As IFRRectangle
Left
[in] 이 매개변수는 사각형의 왼쪽 경계 좌표를 포함합니다. 선택 사항이며, 지정하지 않으면 왼쪽 좌표는 0으로 설정됩니다.
Top
[in] 이 매개변수는 사각형의 위쪽 경계 좌표를 포함합니다. 선택 사항이며, 지정하지 않으면 위쪽 좌표는 0으로 설정됩니다.
Right
[in] 이 매개변수는 사각형의 오른쪽 경계 좌표를 포함합니다. 선택 사항이며, 지정하지 않으면 오른쪽 좌표는 0으로 설정됩니다.
Bottom
[in] 이 매개변수는 사각형의 아래쪽 경계 좌표를 포함합니다. 선택 사항이며, 지정하지 않으면 아래쪽 좌표는 0으로 설정됩니다.
Result
[out, retval] 결과 FRRectangle 객체의 인터페이스 포인터를 받는 IFRRectangle* 포인터 변수에 대한 포인터입니다. NULL이면 안 됩니다.
이 메서드는 특정 반환 값을 제공하지 않습니다. 대신 ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.
엔진
FRRectangle