Gets and sets the coordinates of the image to perform recognition.
Syntax
'Declaration
Public Property Area As System.Drawing.Rectangle
'Usage
Dim instance As Reader
Dim value As System.Drawing.Rectangle
instance.Area = value
value = instance.Area
public System.Drawing.Rectangle Area {get; set;}
public read-write property Area: System.Drawing.Rectangle;
public function get,set Area : System.Drawing.Rectangle
public: __property System.Drawing.Rectangle get_Area();
public: __property void set_Area(
System.Drawing.Rectangle value
);
public:
property System.Drawing.Rectangle Area {
System.Drawing.Rectangle get();
void set ( System.Drawing.Rectangle value);
}
See Also