跳轉到主要內容
這個屬性會傳回指定矩形右側邊界的座標。

語法

C++

HRESULT get_Right(
   int  Index,
   int* Result
);

C#

int get_Right( int Index );

Visual Basic .NET

ReadOnly Property Right(Index As Integer) As Integer

參數

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

回傳值

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

另請參閱

Region 使用屬性