跳转到主要内容
该属性返回指定矩形底边的坐标值。

语法

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 使用属性