OcrWord.BoundingRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Rect BoundingRect { Rect get(); };
Rect BoundingRect();
public Rect BoundingRect { get; }
var rect = ocrWord.boundingRect;
Public ReadOnly Property BoundingRect As Rect
Property Value
The position and size in pixels of the recognized word from the top left corner of image when the value of TextAngle property is 0 (zero).
Remarks
When the value of the TextAngle property is not null, the values of the Left and Top properties of BoundingBox are calculated from the rotated image.