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

語法

C++

HRESULT get_Left(
   int  Index,
   int* Result
);

C#

int get_Left( int Index );

Visual Basic .NET

ReadOnly Property Left(Index As Integer) As Integer

參數

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

回傳值

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

另請參閱

Region 屬性的使用