Accusoft.SmartZoneOCR5.Net - Updated
Area Property (Result)






Accusoft.SmartZoneOCRSdk Namespace > Result Class : Area Property
Gets and Sets the coordinates of the result object.
Syntax
'Declaration
 
Public Overridable Property Area As System.Drawing.Rectangle
'Usage
 
Dim instance As Result
Dim value As System.Drawing.Rectangle
 
instance.Area = value
 
value = instance.Area
public virtual System.Drawing.Rectangle Area {get; set;}
public read-write property Area: System.Drawing.Rectangle; virtual; 
public function get,set Area : System.Drawing.Rectangle
public: __property virtual System.Drawing.Rectangle get_Area();
public: __property virtual void set_Area( 
   System.Drawing.Rectangle value
);
public:
virtual property System.Drawing.Rectangle Area {
   System.Drawing.Rectangle get();
   void set (    System.Drawing.Rectangle value);
}
Remarks

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

See Also

Reference

Result Class
Result Members