Accusoft.SmartZoneICR5.Net - Updated
Area Property (CharacterResult)




Accusoft.SmartZoneICRSdk Namespace > CharacterResult Class : Area Property
Gets the coordinates of the result object.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Area As Rectangle
'Usage
 
Dim instance As CharacterResult
Dim value As Rectangle
 
value = instance.Area
public override Rectangle Area {get;}
public: __property Rectangle get_Area() override;
public:
property Rectangle Area {
   Rectangle get() override;
}
Remarks

This read only property is the coordinates of the result object upon the image.

See Also

Reference

CharacterResult Class
CharacterResult Members