'Declaration Public Property Area As Rectangle
'Usage Dim instance As Reader Dim value As Rectangle instance.Area = value value = instance.Area
public Rectangle Area {get; set;}
public: __property Rectangle get_Area(); public: __property void set_Area( Rectangle value );
public: property Rectangle Area { Rectangle get(); void set ( Rectangle value); }
If it is desired to analyze the entire image, set the Area property values (x, y, width and height) to zero.
Default value: 0,0,0,0
Reader Class Reader Members