跳轉到主要內容
此屬性會傳回指定矩形下邊界的座標。

語法

C++

HRESULT get_Bottom(
   int  Index,
   int* Result
);

C#

int get_Bottom( int Index );

Visual Basic .NET

Property Bottom(Index As Integer) As Integer

參數

Index [in] 此參數指定區域內的矩形。其值必須介於 0 到 IRegion::Count 屬性值減 1 之間。 Result [out, retval] 指向 int 變數的指標,用來接收此屬性的值。

傳回值

此函式沒有特定的傳回值。它會傳回 ABBYY FineReader Engine 函式的標準傳回值

另請參閱

Region 使用屬性