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

语法

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 函数的标准返回值

另请参阅

区域 Properties 的使用