Skip to main content
This object represents the location and size of a rectangle. It is used in a number of ABBYY FineReader Engine methods and properties as input or output parameter.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Bottomint, read-onlyReturns the coordinate of the bottom border of the rectangle.
HeightintSpecifies the height of the rectangle.
LeftintSpecifies the coordinate of the left border of the rectangle.
Rightint, read-onlyReturns the coordinate of the right border of the rectangle.
TopintSpecifies the coordinate of the top border of the rectangle.
WidthintSpecifies the width of the rectangle.

Methods

NameDescription
CopyFromInitializes properties of the current object with values of similar properties of another object.
SetRectangleSets the location and size of the rectangle. This method receives the left and top coordinates of the rectangle, and its width and height.
SetRectangleFromLTRBSets the location and size of the rectangle. This method receives the left, right, top and bottom coordinates of the rectangle.
FRRectangle Object Diagram

Output parameter

This object is the output parameter of the following methods:

Input parameter

This object is passed as an input parameter to the following methods: FRRectangle_VC

See also

Working with Properties