ImageGear .NET - Updated
Rect Property (ImGearRecLetter)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : Rect Property
Gets a reference to the rectangle exactly containing the character.
Syntax
'Declaration
 
Public ReadOnly Property Rect As IImGearRectangle
'Usage
 
Dim instance As ImGearRecLetter
Dim value As IImGearRectangle
 
value = instance.Rect
public IImGearRectangle Rect {get;}
public: __property IImGearRectangle* get_Rect();
public:
property IImGearRectangle^ Rect {
   IImGearRectangle^ get();
}

Property Value

ImageGear.Core.ImGearRectangle structure object.
Remarks
This rectangle is expressed in current image coordinates. That is, its coordinates are affected by processing operations such as deskew and orientation. It is possible to transform these coordinates back to the original (input) image coordinates using the ImGearRecImage.TransformRectangle method.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members
ImGearRectangle Structure